[Zodb-checkins] CVS: ZODB3/zdaemon - zdctl.py:1.42

Fred L. Drake, Jr. fred@zope.com
Thu, 27 Feb 2003 18:14:18 -0500


Update of /cvs-repository/ZODB3/zdaemon
In directory cvs.zope.org:/tmp/cvs-serv13557

Modified Files:
	zdctl.py 
Log Message:
Be consistent about spaces in the help text.


=== ZODB3/zdaemon/zdctl.py 1.41 => 1.42 ===
--- ZODB3/zdaemon/zdctl.py:1.41	Mon Feb 24 13:39:09 2003
+++ ZODB3/zdaemon/zdctl.py	Thu Feb 27 18:14:11 2003
@@ -9,7 +9,7 @@
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE
+# FOR A PARTICULAR PURPOSE.
 #
 ##############################################################################
 """zdctl -- control an application run by zdaemon.
@@ -21,7 +21,7 @@
 -C/--configuration URL -- configuration file or URL
 -h/--help -- print usage message and exit
 -b/--backoff-limit SECONDS -- set backoff limit to SECONDS (default 10)
--d/--daemon-- run as a proper daemon; fork a subprocess, close files etc.
+-d/--daemon -- run as a proper daemon; fork a subprocess, close files etc.
 -f/--forever -- run forever (by default, exit when backoff limit is exceeded)
 -h/--help -- print this usage message and exit
 -i/--interactive -- start an interactive shell after executing commands