[Scummvm-cvs-logs] SF.net SVN: scummvm:[46392] tools/branches/gsoc2009-gui/tools_cli.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Dec 16 17:32:51 CET 2009


Revision: 46392
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46392&view=rev
Author:   lordhoto
Date:     2009-12-16 16:32:51 +0000 (Wed, 16 Dec 2009)

Log Message:
-----------
Mention -o option for compress/extract too.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/tools_cli.cpp

Modified: tools/branches/gsoc2009-gui/tools_cli.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tools_cli.cpp	2009-12-16 15:58:35 UTC (rev 46391)
+++ tools/branches/gsoc2009-gui/tools_cli.cpp	2009-12-16 16:32:51 UTC (rev 46392)
@@ -194,7 +194,7 @@
 		std::endl <<
 		"\tCommon use:" << std::endl <<
 		"\t" << exeName << " [--tool <tool name>] [tool-specific options] [-o <output directory>] <input files>" << std::endl <<
-		"\t" << exeName << " [tool-specific option] [extract|compress] <input files>" << std::endl <<
+		"\t" << exeName << " [tool-specific option] [-o <output directory>] [extract|compress] <input files>" << std::endl <<
 		std::endl <<
 		"\tOther Options:" << std::endl <<
 		"\t--help\tDisplay this text" << std::endl <<


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