diff options
author | Bastien Bouclet | 2018-02-04 12:57:21 +0100 |
---|---|---|
committer | Bastien Bouclet | 2018-04-22 08:23:58 +0200 |
commit | 818117bda25c0cf6336b4fa8ae0d0bf0ce5e30a1 (patch) | |
tree | 98605f6d1950f81582334242a3d7a0b49ee9948a /README | |
parent | a992dcc91a5574bad055c38ee89f4c284bae5c27 (diff) | |
download | scummvm-rg350-818117bda25c0cf6336b4fa8ae0d0bf0ce5e30a1.tar.gz scummvm-rg350-818117bda25c0cf6336b4fa8ae0d0bf0ce5e30a1.tar.bz2 scummvm-rg350-818117bda25c0cf6336b4fa8ae0d0bf0ce5e30a1.zip |
BASE: Allow options to come after command on the command line
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1467,15 +1467,15 @@ arguments -- see the next section. -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. + Use --path=PATH 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. + Use --path=PATH 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. + and start the first one. Use --path=PATH to specify + a directory. --recursive In combination with --add or --detect recurse down all subdirectories --console Enable the console window (default: enabled) (Windows only) |