Advise against using -s and -S variables on the command line.

Signed-off-by: Karl Forshaw <karlforshaw@gmail.com>
This commit is contained in:
Karl Forshaw 2020-04-29 13:39:12 +01:00
parent 9b8c596057
commit 5ed60cde04

View File

@ -26862,8 +26862,8 @@ static void retroarch_print_help(const char *arg0)
"--menu as only argument.\n", sizeof(buf));
#endif
strlcat(buf, " -s, --save=PATH Path for save files (*.srm).\n", sizeof(buf));
strlcat(buf, " -S, --savestate=PATH Path for the save state files (*.state).\n", sizeof(buf));
strlcat(buf, " -s, --save=PATH Path for save files (*.srm). (DEPRECATED, use --appendconfig and savefile_directory)\n", sizeof(buf));
strlcat(buf, " -S, --savestate=PATH Path for the save state files (*.state). (DEPRECATED, use --apendconfig and savestate_directory)\n", sizeof(buf));
strlcat(buf, " --set-shader PATH Path to a shader (preset) that will be loaded each time content is loaded.\n"
" Effectively overrides automatic shader presets.\n"
" An empty argument \"\" will disable automatic shader presets.\n", sizeof(buf));