diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-09 08:25:20 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-09 08:25:20 +0100 |
commit | 7458f7169143547e072ecd068501309fdd39ebf3 (patch) | |
tree | 0439e0f853062fe8a28dfe846eb3f12f69a95bfb | |
parent | 40e4315ff8d6dca388240d9f4699333911149b48 (diff) | |
download | gold-mine-run-7458f7169143547e072ecd068501309fdd39ebf3.tar.gz gold-mine-run-7458f7169143547e072ecd068501309fdd39ebf3.zip |
Fix help
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |