BASE: add clarification for list-debugflags when typing help

This commit is contained in:
ysj1173886760 2021-05-17 17:42:03 +08:00 committed by Eugene Sandulenko
parent d147ab855f
commit 649661a6da

View File

@ -73,6 +73,9 @@ static const char HELP_STRING[] =
" -t, --list-targets Display list of configured targets and exit\n"
" --list-engines Display list of suppported engines and exit\n"
" --list-all-engines Display list of all detection engines and exit\n"
" --list-debugflags=engine Display list of engine specified debugflags\n"
" if engine=global or engine is not specified, then it will list global debugflags\n"
" --list-all-debugflags Display list of all engine specified debugflags\n"
" --list-saves Display a list of saved games for the target specified\n"
" with --game=TARGET, or all targets if none is specified\n"
" -a, --add Add all games from current or specified directory.\n"