BASE: add clarification for list-debugflags when typing help
This commit is contained in:
parent
d147ab855f
commit
649661a6da
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue