Skip to content

Commit

Permalink
Remove --server option
Browse files Browse the repository at this point in the history
As @brianmay observed in #82 this option is no longer used and can be
dropped.
  • Loading branch information
vieira committed Mar 28, 2016
1 parent b8160c4 commit 8fa4588
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sshuttle/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,13 +289,6 @@ def __call__(self, parser, namespace, values, option_string=None):
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",
Expand Down

0 comments on commit 8fa4588

Please sign in to comment.