mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-11 16:09:14 +01:00
Remove --server option
As @brianmay observed in #82 this option is no longer used and can be dropped.
This commit is contained in:
parent
b8160c4a37
commit
8fa45885cc
@ -289,13 +289,6 @@ parser.add_argument(
|
|||||||
pidfile name (only if using --daemon) [%(default)s]
|
pidfile name (only if using --daemon) [%(default)s]
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
|
||||||
"--server",
|
|
||||||
action="store_true",
|
|
||||||
help="""
|
|
||||||
(internal use only)
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--firewall",
|
"--firewall",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
|
Loading…
Reference in New Issue
Block a user