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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Dec 20 22:37:12 CET 2009


Revision: 46442
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46442&view=rev
Author:   joostp
Date:     2009-12-20 21:37:12 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
make help text match the actual parse order

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/compress_agos.cpp
    tools/branches/gsoc2009-gui/compress_sword1.cpp
    tools/branches/gsoc2009-gui/extract_kyra.cpp

Modified: tools/branches/gsoc2009-gui/compress_agos.cpp
===================================================================
--- tools/branches/gsoc2009-gui/compress_agos.cpp	2009-12-20 20:34:16 UTC (rev 46441)
+++ tools/branches/gsoc2009-gui/compress_agos.cpp	2009-12-20 21:37:12 UTC (rev 46442)
@@ -37,7 +37,7 @@
 	_inputPaths.push_back(input);
 
 	_shorthelp = "Compresses Simon the Sorcer and Feeble Files data files.";
-	_helptext = "\nUsage: " + getName() + " [mode params] [--mac] [-o outfile] <infile>\n";
+	_helptext = "\nUsage: " + getName() + " [mode params] [-o outfile] [--mac] <infile>\n";
 }
 
 void CompressAgos::end() {

Modified: tools/branches/gsoc2009-gui/compress_sword1.cpp
===================================================================
--- tools/branches/gsoc2009-gui/compress_sword1.cpp	2009-12-20 20:34:16 UTC (rev 46441)
+++ tools/branches/gsoc2009-gui/compress_sword1.cpp	2009-12-20 21:37:12 UTC (rev 46442)
@@ -578,7 +578,7 @@
 	_inputPaths.push_back(input);
 
 	_shorthelp = "Used to compress the Broken Sword 1 data files.";
-	_helptext = "\nUsage: " + getName() + " [only] [mode] [mode params] [-o outputdir] <inputdir>\n"
+	_helptext = "\nUsage: " + getName() + " [mode] [mode params] [-o outputdir] [only] <inputdir>\n"
 		"only can be either:\n"
 		" --speech-only  only encode speech clusters\n"
 		" --music-only   only encode music files\n";

Modified: tools/branches/gsoc2009-gui/extract_kyra.cpp
===================================================================
--- tools/branches/gsoc2009-gui/extract_kyra.cpp	2009-12-20 20:34:16 UTC (rev 46441)
+++ tools/branches/gsoc2009-gui/extract_kyra.cpp	2009-12-20 21:37:12 UTC (rev 46442)
@@ -39,10 +39,10 @@
 
 	_shorthelp = "Used to extract The Legend of Kyrandia series data file contents.";
 	_helptext = 
-		"Usage: " + getName() + " [params] [-o output] <archivefile>\n" +
+		"Usage: " + getName() + " [-o output] [params] <archivefile>\n" +
 		_shorthelp + "\n" +
 		"Default output path is ./out/\n" +
-		"nParams:\n" +
+		"Params:\n" +
 		"-e <filename>     Extract only <filename> from the archive, will be extracted \n" +
 		"                  into the current directory.\n" +
 		"-x                Extract all files (default)\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