[sword-svn] r2755 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Sun Dec 30 19:56:17 MST 2012


Author: scribe
Date: 2012-12-30 19:56:17 -0700 (Sun, 30 Dec 2012)
New Revision: 2755

Modified:
   trunk/utilities/installmgr.cpp
Log:
reordered usage text to list params in order they are likely to be used


Modified: trunk/utilities/installmgr.cpp
===================================================================
--- trunk/utilities/installmgr.cpp	2012-12-31 02:55:29 UTC (rev 2754)
+++ trunk/utilities/installmgr.cpp	2012-12-31 02:56:17 UTC (rev 2755)
@@ -324,16 +324,16 @@
 		"\t\t\t\t\t\tWARNING: overwrites existing.\n"
 		"\t-sc\t\t\t\tsync config with known remote repo list\n"
 		"\t\t\t\t\t\tNOTE: also creates if none exists\n"
-		"\t-d\t\t\t\tturn debug output on\n"
-		"\t-l\t\t\t\tlist installed modules\n"
-		"\t-u <modName>\t\t\tuninstall module\n"
 		"\t-s\t\t\t\tlist remote sources\n"
 		"\t-r  <remoteSrcName>\t\trefresh remote source\n"
 		"\t-rl <remoteSrcName>\t\tlist available modules from remote source\n"
 		"\t-rd <remoteSrcName>\t\tlist new/updated modules from remote source\n"
 		"\t-ri <remoteSrcName> <modName>\tinstall module from remote source\n"
+		"\t-l\t\t\t\tlist installed modules\n"
+		"\t-u <modName>\t\t\tuninstall module\n"
 		"\t-ll <path>\t\t\tlist available modules at local path\n"
 		"\t-li <path> <modName>\t\tinstall module from local path\n"
+		"\t-d\t\t\t\tturn debug output on\n"
 		, (progName ? progName : "installmgr"));
 	finish(-1);
 }




More information about the sword-cvs mailing list