diff options
author | Thierry Crozat | 2018-04-22 12:00:27 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-04-25 19:40:20 +0100 |
commit | cb02d7471d073ad3ddb4a3dba84aab16cce514f0 (patch) | |
tree | 882ff3d7cdf2c29fd411d7f23953696174ba7feb /README | |
parent | 5907add14821b4dc9b205157c1a90c76270d5541 (diff) | |
download | scummvm-rg350-cb02d7471d073ad3ddb4a3dba84aab16cce514f0.tar.gz scummvm-rg350-cb02d7471d073ad3ddb4a3dba84aab16cce514f0.tar.bz2 scummvm-rg350-cb02d7471d073ad3ddb4a3dba84aab16cce514f0.zip |
BASE: Allow listing save games for all targets
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1463,7 +1463,8 @@ arguments -- see the next section. -h, --help Display a brief help text and exit -z, --list-games Display list of supported games and exit -t, --list-targets Display list of configured targets and exit - --list-saves Display a list of saved games for the target specified with --game=TARGET + --list-saves Display a list of saved games for the target specified + with --game=TARGET, or all targets if none is specified -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. @@ -2009,7 +2010,8 @@ Where 'xxx' is exact the saved game slot (i.e., 001) under ScummVM --list-saves: This switch may be used to display a list of the current saved games - of the specified target game and their corresponding save slots. + of the specified target game and their corresponding save slots. If no + target is specified, it lists saved games for all known target. Usage: --list-saves --game=[TARGET], where [TARGET] is the target game. |