change --help text for --log-file option

--log-file seems to be one of the few CLI switches that doesn't accept both space and =. Instead, it will fail to launch if you use the '=', which is the suggested syntax in the --help text.
This commit is contained in:
hizzlekizzle 2017-06-10 15:39:59 -05:00 committed by GitHub
parent 95e588ce0f
commit 0319041ffb
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ static void retroarch_print_help(const char *arg0)
puts(" -h, --help Show this help message.");
puts(" -v, --verbose Verbose logging.");
puts(" --log-file=FILE Log messages to FILE.");
puts(" --log-file FILE Log messages to FILE.");
puts(" --version Show version.");
puts(" --features Prints available features compiled into "
"program.");