summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Winter <phw@nymity.ch>2019-05-17 15:44:53 -0700
committerPhilipp Winter <phw@nymity.ch>2019-05-17 15:44:53 -0700
commitd34c804cd0f01af5206833e62c0dedec8565b235 (patch)
tree072bba47280f1365a3a22b2925f60a6b69338fca
parent3bc9c660e8df80fe89693c8e4fad38955011bf20 (diff)
Improve description of -xp command line argument.HEADmaster
Thanks to sysrqb for pointing this out in <https://bugs.torproject.org/28655#comment:17>.
-rw-r--r--leekspin/util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/leekspin/util.py b/leekspin/util.py
index bb6a432..436bd8d 100644
--- a/leekspin/util.py
+++ b/leekspin/util.py
@@ -63,9 +63,9 @@ def getArgParser():
help=("generate descriptors without ntor support, "
"e.g. without Ed25519 keys"))
descgroup2.add_argument("-xp", "--num-probing-vulnerable", default=0, type=int,
- help="make <m> out of all <n> descriptors "
+ help="make <xp> out of all <n> descriptors "
"vulnerable to active probing (i.e., obfs2, "
- "obfs3, and vanilla.")
+ "obfs3, and vanilla).")
descgroup2.set_defaults(without_tap=False, without_ntor=False)
group = parser.add_argument_group()