[Zodb-checkins] CVS: ZODB3/ZEO - runzeo.py:1.18
Tim Peters
tim.one at comcast.net
Wed Oct 15 19:56:48 EDT 2003
Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv14468/ZEO
Modified Files:
runzeo.py
Log Message:
Fixed typo in docstring.
=== ZODB3/ZEO/runzeo.py 1.17 => 1.18 ===
--- ZODB3/ZEO/runzeo.py:1.17 Mon Oct 6 20:25:04 2003
+++ ZODB3/ZEO/runzeo.py Wed Oct 15 19:56:47 2003
@@ -21,7 +21,7 @@
-a/--address ADDRESS -- server address of the form PORT, HOST:PORT, or PATH
(a PATH must contain at least one "/")
-f/--filename FILENAME -- filename for FileStorage
--t/--timeout TIMEOUT -- transaction timeout in secondes (default no timeout)
+-t/--timeout TIMEOUT -- transaction timeout in seconds (default no timeout)
-h/--help -- print this usage message and exit
-m/--monitor ADDRESS -- address of monitor server ([HOST:]PORT or PATH)
More information about the Zodb-checkins
mailing list