summaryrefslogtreecommitdiffstats
path: root/sshuttle
diff options
context:
space:
mode:
authorSamuel Bernardo <samuel@lip.pt>2020-12-06 17:56:33 +0000
committerBrian May <brian@linuxpenguins.xyz>2020-12-28 10:20:46 +1100
commit0efd23f3b83b0490f2ea000c7ecf30c3c6b83912 (patch)
treefb8227e31e550958cb3f6c380299ebef794549d4 /sshuttle
parent9bdd9fea5d1fc553e9a55170ffa67a17d2918e7c (diff)
Correct options typo for argument tmark
Signed-off-by: Samuel Bernardo <samuel@lip.pt>
Diffstat (limited to 'sshuttle')
-rw-r--r--sshuttle/options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshuttle/options.py b/sshuttle/options.py
index 37634b4..3530422 100644
--- a/sshuttle/options.py
+++ b/sshuttle/options.py
@@ -412,7 +412,7 @@ parser.add_argument(
parser.add_argument(
"-t", "--tmark",
metavar="[MARK]",
- deafult="1",
+ default="1",
help="""
transproxy optional traffic mark with provided MARK value
"""