diff options
author | teor <teor@torproject.org> | 2019-08-06 00:20:49 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-24 14:37:43 +1000 |
commit | 22c33ea7f707e6b348b743277066b14bdb0f7f1b (patch) | |
tree | d2883c949b89912d3f44fcc1ed82ab74fd718317 | |
parent | e1429d91480ee16ebe32be35263a4695e1795ff9 (diff) | |
download | tor-22c33ea7f707e6b348b743277066b14bdb0f7f1b.tar.gz tor-22c33ea7f707e6b348b743277066b14bdb0f7f1b.zip |
practracker: Fix a typo in the usage message
Fixes bug 31828; bugfix on 0.4.2.1-alpha.
-rwxr-xr-x | scripts/maint/practracker/practracker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/maint/practracker/practracker.py b/scripts/maint/practracker/practracker.py index ce9c5f5d82..b5a68fd27c 100755 --- a/scripts/maint/practracker/practracker.py +++ b/scripts/maint/practracker/practracker.py @@ -181,7 +181,7 @@ def main(argv): parser.add_argument("--regen", action="store_true", help="Regenerate the exceptions file") parser.add_argument("--list-overbroad", action="store_true", - help="List over-strict exceptions") + help="List over-broad exceptions") parser.add_argument("--exceptions", help="Override the location for the exceptions file") parser.add_argument("--strict", action="store_true", |