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)
Show replies by date