[Zodb-checkins] CVS: ZODB3/ZEO - runsvr.py:1.2
Guido van Rossum
guido@python.org
Tue, 19 Nov 2002 13:29:33 -0500
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv18979
Modified Files:
runsvr.py
Log Message:
Fix help message for -d option.
=== ZODB3/ZEO/runsvr.py 1.1 => 1.2 ===
--- ZODB3/ZEO/runsvr.py:1.1 Mon Nov 18 20:12:16 2002
+++ ZODB3/ZEO/runsvr.py Tue Nov 19 13:29:32 2002
@@ -20,12 +20,12 @@
Options:
-a/--address ADDRESS -- server address of the form PORT, HOST:PORT, or PATH
(a PATH must contain at least one "/")
+-d/--directory DIRECTORY -- home directory (default $INSTANCE_HOME or `pwd`)
-f/--filename FILENAME -- filename for FileStorage
-s/--storage STORAGE -- storage specification of the form
NAME=MODULE[:ATTRIBUTE]
(multiple -s options are supported)
-u/--user USER -- username or uid of user to setuid()
--z/--directory DIRECTORY -- home directory (default $INSTANCE_HOME or `pwd`)
-a is required; either -f must be used or -s must be used.
"""