Skip to content

Commit

Permalink
Update onionperf
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-cc committed Feb 19, 2019
1 parent d4d7f38 commit 33d53c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions onionperf/onionperf
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ def main():
action="store", dest="tgenconnectport",
default=8080)

measure_parser.add_argument('-i', '--onion-only',
measure_parser.add_argument('-o', '--onion-only',
help="""disable measuring download times over Tor back to {0}""".format(hostname),
action="store_false", dest="do_inet",
default=True)

measure_parser.add_argument('-o', '--inet-only',
measure_parser.add_argument('-i', '--inet-only',
help="""disable measuring download times over Tor to an ephemeral onion service""",
action="store_false", dest="do_onion",
default=True)
Expand Down

0 comments on commit 33d53c5

Please sign in to comment.