diff options
author | Tobia Tesan | 2017-07-13 16:34:29 +0200 |
---|---|---|
committer | Thierry Crozat | 2017-08-06 19:14:13 +0100 |
commit | 544a18bba2d1510f35f42e8cd7bce91f54972c5a (patch) | |
tree | 95b7bb4b6f7e4c5d3a3fc350b991661275211507 /README | |
parent | 31c541bedabadc0d6a68c2144aa5d583d4461f0f (diff) | |
download | scummvm-rg350-544a18bba2d1510f35f42e8cd7bce91f54972c5a.tar.gz scummvm-rg350-544a18bba2d1510f35f42e8cd7bce91f54972c5a.tar.bz2 scummvm-rg350-544a18bba2d1510f35f42e8cd7bce91f54972c5a.zip |
CMD: Update README with new autodetect command line options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1361,10 +1361,20 @@ 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 and start the first one found. Use - --path=PATH before--auto-detect to specify a - directory. + -a, --add Add all games from current or specified directory. + If --game=ID is passed only the game with id ID is + added. See also --detect. + Use --path=PATH before -a, --add to specify a directory. + --detect Display a list of games with their ID from current or + specified directory without adding it to the config. + Use --path=PATH before --detect to specify a directory. + --game=ID In combination with --add or --detect only adds or attempts to + detect the game with id ID. + --auto-detect Display a list of games from current or specified directory + and start the first one. Use --path=PATH before --auto-detect + to specify a directory. + --recursive In combination with --add or --detect recurse down all + subdirectories --console Enable the console window (default: enabled) (Windows only) -c, --config=CONFIG Use alternate configuration file |