aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorChristopher Page2008-08-16 02:57:30 +0000
committerChristopher Page2008-08-16 02:57:30 +0000
commit20f0bb7a40776f4ed64de29898c3939f1c13a8ba (patch)
tree32a408f2016ca03858589a48595d07ed51b60871 /base
parentec8dac5540d87925525523eb1715abc1ec271261 (diff)
downloadscummvm-rg350-20f0bb7a40776f4ed64de29898c3939f1c13a8ba.tar.gz
scummvm-rg350-20f0bb7a40776f4ed64de29898c3939f1c13a8ba.tar.bz2
scummvm-rg350-20f0bb7a40776f4ed64de29898c3939f1c13a8ba.zip
Added documentation to the README, also added --list-saves to the HELP_STRING in commandline.cpp
svn-id: r33922
Diffstat (limited to 'base')
-rw-r--r--base/commandLine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index f8ca8a90cd..47ba3cb9ed 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -56,6 +56,7 @@ static const char HELP_STRING[] =
" -h, --help Display a brief help text and exit\n"
" -z, --list-games Display list of supported games and exit\n"
" -t, --list-targets Display list of configured targets and exit\n"
+ " --list-saves=TARGET Display a list of savegames for the game (TARGET) specified\n"
"\n"
" -c, --config=CONFIG Use alternate configuration file\n"
" -p, --path=PATH Path to where the game is installed\n"