summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorjohannes <johannes.herman@gmail.com>2024-02-22 13:08:37 +0100
committerjohannes <johannes.herman@gmail.com>2024-02-22 13:08:37 +0100
commit9a14ce4b99dea312fe508153d6d8ccc56c27c69a (patch)
tree677eb93734a43fc7049635ea8809596729ec92e5 /src/main.c
parent5d31f1e93d17495dac308a24e3904b0ea6c56b1c (diff)
minor args help fix
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index ed15eb7..085e416 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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);