mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 16:26:53 +00:00
BASE: Clarify how to specify a path in help for the auto-detect command
This commit is contained in:
parent
43dc1c6f95
commit
6d2fd12bb4
3
README
3
README
@ -1309,7 +1309,8 @@ arguments -- see the next section.
|
||||
-z, --list-games Display list of supported games and exit
|
||||
-t, --list-targets Display list of configured targets and exit
|
||||
--list-saves=TARGET Display a list of saved games for the game (TARGET) specified
|
||||
--auto-detect Display a list of games from current or specified directory
|
||||
--auto-detect Display a list of games from current or specified directory.
|
||||
Use --path=PATH before --auto-detect to specify a directory.
|
||||
--console Enable the console window (default: enabled) (Windows only)
|
||||
|
||||
-c, --config=CONFIG Use alternate configuration file
|
||||
|
@ -69,6 +69,7 @@ static const char HELP_STRING[] =
|
||||
" -t, --list-targets Display list of configured targets and exit\n"
|
||||
" --list-saves=TARGET Display a list of saved games for the game (TARGET) specified\n"
|
||||
" --auto-detect Display a list of games from current or specified directory\n"
|
||||
" Use --path=PATH before --auto-detect to specify a directory.\n"
|
||||
#if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
|
||||
" --console Enable the console window (default:enabled)\n"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user