aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBastien Bouclet2018-02-04 12:57:21 +0100
committerBastien Bouclet2018-04-22 08:23:58 +0200
commit818117bda25c0cf6336b4fa8ae0d0bf0ce5e30a1 (patch)
tree98605f6d1950f81582334242a3d7a0b49ee9948a /README
parenta992dcc91a5574bad055c38ee89f4c284bae5c27 (diff)
downloadscummvm-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--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index beddb22b1c..58a3dac6e0 100644
--- a/README
+++ b/README
@@ -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)