aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-09 08:25:20 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-09 08:25:20 +0100
commit7458f7169143547e072ecd068501309fdd39ebf3 (patch)
tree0439e0f853062fe8a28dfe846eb3f12f69a95bfb /src/main.c
parent40e4315ff8d6dca388240d9f4699333911149b48 (diff)
downloadgold-mine-run-7458f7169143547e072ecd068501309fdd39ebf3.tar.gz
gold-mine-run-7458f7169143547e072ecd068501309fdd39ebf3.zip
Fix help
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index bf37ff3..72847f3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -21,7 +21,8 @@ int _crt0_startup_flags = _CRT0_FLAG_LOCK_MEMORY;
static void run_help(const char *argv0)
{
- printf("usage: %s\n\n"
+ printf("usage: %s [OPTION]\n\n"
+ "Valid options:\n\n"
" -h, /? this help screen\n"
" -v print version and exit\n"
" -ns run the game with no sound\n\n"