diff options
author | Thierry Crozat | 2018-04-22 11:17:22 +0100 |
---|---|---|
committer | Thierry Crozat | 2018-04-25 19:40:20 +0100 |
commit | 5907add14821b4dc9b205157c1a90c76270d5541 (patch) | |
tree | f51844b4fcf75238c2aae131263815e5c0cf05aa /README | |
parent | 519e02da47ff972776350fa77ad1e6876a714106 (diff) | |
download | scummvm-rg350-5907add14821b4dc9b205157c1a90c76270d5541.tar.gz scummvm-rg350-5907add14821b4dc9b205157c1a90c76270d5541.tar.bz2 scummvm-rg350-5907add14821b4dc9b205157c1a90c76270d5541.zip |
BASE: Use --game to specify target for --list-saves command
This change brings the --list-saves command syntax in line with
other commands.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1463,7 +1463,7 @@ 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=TARGET Display a list of saved games for the game (TARGET) specified + --list-saves Display a list of saved games for the target specified with --game=TARGET -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. @@ -2011,7 +2011,7 @@ Where 'xxx' is exact the saved game slot (i.e., 001) under ScummVM This switch may be used to display a list of the current saved games of the specified target game and their corresponding save slots. - Usage: --list-saves=[TARGET], where [TARGET] is the target game. + Usage: --list-saves --game=[TARGET], where [TARGET] is the target game. Engines which currently support --list-saves are: |