Commit e99aa8b5 authored by Chris Withers's avatar Chris Withers

make zopectl -h work once the new zdaemon release is used.

parent 54a6a872
......@@ -56,12 +56,14 @@ def string_list(arg):
return arg.split()
class ZopeCtlOptions(ZDOptions):
"""Zope controller options.
# Zope controller options.
#
# After initialization, this should look very much like a
# zdaemon.zdctl.ZDCtlOptions instance. Many of the attributes are
# initialized from different sources, however.
__doc__ = __doc__
After initialization, this should look very much like a
zdaemon.zdctl.ZDCtlOptions instance. Many of the attributes are
initialized from different sources, however.
"""
positional_args_allowed = 1
program = "zopectl"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment