[rhmessaging-commits] rhmessaging commits: r1670 - mgmt/cumin/bin.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Sat Feb 9 13:09:50 EST 2008


Author: justi9
Date: 2008-02-09 13:09:50 -0500 (Sat, 09 Feb 2008)
New Revision: 1670

Modified:
   mgmt/cumin/bin/cumin
Log:
Some edits to the help text.



Modified: mgmt/cumin/bin/cumin
===================================================================
--- mgmt/cumin/bin/cumin	2008-02-09 18:09:06 UTC (rev 1669)
+++ mgmt/cumin/bin/cumin	2008-02-09 18:09:50 UTC (rev 1670)
@@ -10,8 +10,9 @@
     print """Usage: cumin OPTIONS...
 Options:
     -h, --help            Print this message
-    --data URL            Use database url URL
-    --port PORT           Run web server on port PORT
+    --data URL            Connect to database at URL
+                          (default postgesql://cumin@localhost/cumin)
+    --port PORT           Run web server on port PORT (default 80)
     --debug               Enable debugging"""
     
     sys.exit(1)




More information about the rhmessaging-commits mailing list