diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-22 13:08:37 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-22 13:08:37 +0100 |
| commit | 9a14ce4b99dea312fe508153d6d8ccc56c27c69a (patch) | |
| tree | 677eb93734a43fc7049635ea8809596729ec92e5 | |
| parent | 5d31f1e93d17495dac308a24e3904b0ea6c56b1c (diff) | |
minor args help fix
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ int main(int argc, char *argv[]) addarg("<demo>", "Sets input demo", setdemo); addopt("-r", "--rename", 2, "<id/name> <name>", "Renames player with id/name to name", NULL); - addopt("-s", "--skin", 2, "<id/name> <name>", "Set skin of player with id/name to skin", NULL); + addopt("-s", "--skin", 2, "<id/name> <skin>", "Set skin of player with id/name to skin", NULL); addopt("-m", "--map", 1, "<map>", "Changes the map of demo to map", setmap); addopt("-e", "--extract-map", 1, "<file>", "Saves the map of demo to file", NULL); addopt("-o", "--output", 1, "<file>", "Saves the output demo to file", NULL); |
