Commit d9ecf40a authored by mindlace's avatar mindlace

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

parent b22354ef
......@@ -86,7 +86,7 @@
"""Start the server storage.
"""
__version__ = "$Revision: 1.6 $"[11:-2]
__version__ = "$Revision: 1.7 $"[11:-2]
import sys, os, getopt, string
......@@ -145,7 +145,7 @@ def main(argv):
-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
module that defines an attribute with the given name that
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