[Zodb-checkins] CVS: ZODB3/ZEO - runsvr.py:1.12
Guido van Rossum
guido@python.org
Fri, 22 Nov 2002 14:00:05 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv7615
Modified Files:
runsvr.py
Log Message:
Rearrange module doc string so -C comes first; it is the "master"
option.
=== ZODB3/ZEO/runsvr.py 1.11 => 1.12 ===
--- ZODB3/ZEO/runsvr.py:1.11 Fri Nov 22 13:49:08 2002
+++ ZODB3/ZEO/runsvr.py Fri Nov 22 14:00:04 2002
@@ -14,12 +14,12 @@
##############################################################################
"""Start the ZEO storage server.
-Usage: %s [-a ADDRESS] [-C URL] [-f FILENAME] [-h]
+Usage: %s [-C URL] [-a ADDRESS] [-f FILENAME] [-h]
Options:
+-C/--configuration URL -- configuration file or URL
-a/--address ADDRESS -- server address of the form PORT, HOST:PORT, or PATH
(a PATH must contain at least one "/")
--C/--configuration URL -- configuration file or URL
-f/--filename FILENAME -- filename for FileStorage
-h/--help -- print this usage message and exit