[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.43
Guido van Rossum
guido@python.org
Tue, 11 Mar 2003 17:47:04 -0500
Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv2743
Modified Files:
zdctl.py
Log Message:
Add help_EOF so EOF isn't listed as Undocumented.
=== ZODB3/zdaemon/zdctl.py 1.42 => 1.43 ===
--- ZODB3/zdaemon/zdctl.py:1.42 Thu Feb 27 18:14:11 2003
+++ ZODB3/zdaemon/zdctl.py Tue Mar 11 17:46:58 2003
@@ -191,6 +191,9 @@
print
return 1
+ def help_EOF(self):
+ print "To quit, type ^D or use the quit command."
+
def do_start(self, arg):
self.get_status()
if not self.zd_up: