Remove --server option

As @brianmay observed in #82 this option is no longer used and can be
dropped.
This commit is contained in:
vieira 2016-03-28 22:01:54 +00:00
parent b8160c4a37
commit 8fa45885cc

View File

@ -289,13 +289,6 @@ parser.add_argument(
pidfile name (only if using --daemon) [%(default)s]
"""
)
parser.add_argument(
"--server",
action="store_true",
help="""
(internal use only)
"""
)
parser.add_argument(
"--firewall",
action="store_true",