diff options
author | Thierry Crozat | 2016-10-29 23:41:04 +0100 |
---|---|---|
committer | Thierry Crozat | 2016-10-29 23:41:21 +0100 |
commit | 6d2fd12bb4e47939604cc601ecb053fc811e0d6b (patch) | |
tree | dfbeb2c594cfeba2132aaa117fd762cc21683703 /README | |
parent | 43dc1c6f954b060e765ab506904781f69d8732f7 (diff) | |
download | scummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.tar.gz scummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.tar.bz2 scummvm-rg350-6d2fd12bb4e47939604cc601ecb053fc811e0d6b.zip |
BASE: Clarify how to specify a path in help for the auto-detect command
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |