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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Dec 20 22:50:52 CET 2009


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

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

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

Modified: tools/branches/gsoc2009-gui/compress_gob.cpp
===================================================================
--- tools/branches/gsoc2009-gui/compress_gob.cpp	2009-12-20 21:43:16 UTC (rev 46443)
+++ tools/branches/gsoc2009-gui/compress_gob.cpp	2009-12-20 21:50:52 UTC (rev 46444)
@@ -47,7 +47,7 @@
 
 	_shorthelp = "Compresses Gobliiins! data files.";
 	_helptext = 
-		"\nUsage: " + getName() + " [-f] [-o <output> = out.stk] <conf file>\n"
+		"\nUsage: " + getName() + " [-o <output> = out.stk] [-f] <conf file>\n"
 		"<conf file> is a .gob file generated extract_gob_stk\n"
 		"<-f> ignores the compression flag in the .gob file and force compression for all files\n\n"
 		"The stick archive (STK/ITK/LTK) will be created in the current directory.\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