From 544a18bba2d1510f35f42e8cd7bce91f54972c5a Mon Sep 17 00:00:00 2001 From: Tobia Tesan Date: Thu, 13 Jul 2017 16:34:29 +0200 Subject: CMD: Update README with new autodetect command line options --- README | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/README b/README index f326171866..8aad65dc72 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.3