[Scummvm-cvs-logs] SF.net SVN: scummvm:[50704] scummvm/trunk/base/commandLine.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Jul 5 21:45:49 CEST 2010
Revision: 50704
http://scummvm.svn.sourceforge.net/scummvm/?rev=50704&view=rev
Author: lordhoto
Date: 2010-07-05 19:45:48 +0000 (Mon, 05 Jul 2010)
Log Message:
-----------
Replace a tab by whitespaces in the help string.
Modified Paths:
--------------
scummvm/trunk/base/commandLine.cpp
Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp 2010-07-05 19:31:32 UTC (rev 50703)
+++ scummvm/trunk/base/commandLine.cpp 2010-07-05 19:45:48 UTC (rev 50704)
@@ -59,7 +59,7 @@
" -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"
+ " --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"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list