From 9a14ce4b99dea312fe508153d6d8ccc56c27c69a Mon Sep 17 00:00:00 2001 From: johannes Date: Thu, 22 Feb 2024 13:08:37 +0100 Subject: minor args help fix --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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("", "Sets input demo", setdemo); addopt("-r", "--rename", 2, " ", "Renames player with id/name to name", NULL); - addopt("-s", "--skin", 2, " ", "Set skin of player with id/name to skin", NULL); + addopt("-s", "--skin", 2, " ", "Set skin of player with id/name to skin", NULL); addopt("-m", "--map", 1, "", "Changes the map of demo to map", setmap); addopt("-e", "--extract-map", 1, "", "Saves the map of demo to file", NULL); addopt("-o", "--output", 1, "", "Saves the output demo to file", NULL); -- cgit v1.2.3