[Zodb-checkins] CVS: ZODB3/ZEO - runzeo.py:1.2

Guido van Rossum guido@python.org
Fri, 17 Jan 2003 12:16:25 -0500


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv21975

Modified Files:
	runzeo.py 
Log Message:
Remove unused -r/--record command line option.


=== ZODB3/ZEO/runzeo.py 1.1 => 1.2 ===
--- ZODB3/ZEO/runzeo.py:1.1	Fri Jan 17 10:27:11 2003
+++ ZODB3/ZEO/runzeo.py	Fri Jan 17 12:16:22 2003
@@ -23,7 +23,6 @@
 -f/--filename FILENAME -- filename for FileStorage
 -h/--help -- print this usage message and exit
 -m/--monitor ADDRESS -- address of monitor server ([HOST:]PORT or PATH)
--r/--record FILENAME -- filename to record low-level network activity
 
 Unless -C is specified, -a and -f are required.
 """
@@ -91,7 +90,6 @@
         self.add("transaction_timeout", "zeo.transaction_timeout")
         self.add("monitor_address", None, "m:", "monitor=",
                  self.handle_monitor_address)
-        self.add("record", None, "r:", "record=")
 
     def realize(self, *args):
         ZDOptions.realize(self, *args)