[tor-commits] [metrics-tasks/master] Fix typo.
karsten at torproject.org
karsten at torproject.org
Wed Aug 1 09:47:05 UTC 2012
commit a7f426ccda7ba3506c5720382a77c77b4f399e7a
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date: Wed Aug 1 11:46:52 2012 +0200
Fix typo.
---
task-6329/tor-relays-stats.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/task-6329/tor-relays-stats.py b/task-6329/tor-relays-stats.py
index 0aa35bf..1e4159e 100755
--- a/task-6329/tor-relays-stats.py
+++ b/task-6329/tor-relays-stats.py
@@ -188,7 +188,7 @@ if '__main__' == __name__:
group.add_option("-g", "--guards-only", action="store_true",
help="select only relays suitable for guard position")
group.add_option("-x", "--fast-exits-only", action="store_true",
- help="select only 100+ MBit/s exits allowing ports 80, 443, 554, and 1755")
+ help="select only 100+ Mbit/s exits allowing ports 80, 443, 554, and 1755")
parser.add_option_group(group)
group = OptionGroup(parser, "Grouping options")
group.add_option("-A", "--by-as", action="store_true", default=False,
More information about the tor-commits
mailing list