Commit 6a5da780 authored by mindlace's avatar mindlace

fixed usage docs for -S option because no space is permitted between option & argument.

parent e9aa3bd3
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
"""Start the server storage. """Start the server storage.
""" """
__version__ = "$Revision: 1.6 $"[11:-2] __version__ = "$Revision: 1.7 $"[11:-2]
import sys, os, getopt, string import sys, os, getopt, string
...@@ -145,7 +145,7 @@ def main(argv): ...@@ -145,7 +145,7 @@ def main(argv):
-s -- Don't use zdeamon -s -- Don't use zdeamon
-S name=module -- A storage specification The name is the -Sname=module -- A storage specification The name is the
storage name used in the ZEO protocol and the module is a storage name used in the ZEO protocol and the module is a
module that defines an attribute with the given name that module that defines an attribute with the given name that
provides the storage. provides the storage.
......
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