summaryrefslogtreecommitdiffstats
path: root/sshuttle/options.py
diff options
context:
space:
mode:
Diffstat (limited to 'sshuttle/options.py')
-rw-r--r--sshuttle/options.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/sshuttle/options.py b/sshuttle/options.py
index 0a311aa..a0a06c3 100644
--- a/sshuttle/options.py
+++ b/sshuttle/options.py
@@ -173,7 +173,7 @@ class MyArgumentParser(ArgumentParser):
parser = MyArgumentParser(
prog="sshuttle",
- usage="%(prog)s [-l [ip:]port] [-r [user@]sshserver[:port]] <subnets...>",
+ usage="%(prog)s [-l [ip:]port] -r [user@]sshserver[:port] <subnets...>",
fromfile_prefix_chars="@"
)
parser.add_argument(
@@ -390,15 +390,6 @@ parser.add_argument(
"""
)
parser.add_argument(
- "--ttl",
- type=int,
- default=63,
- help="""
- Override the TTL for the connections made by the sshuttle server.
- Default is 63.
- """
-)
-parser.add_argument(
"--hostwatch",
action="store_true",
help="""