diff options
author | George Kadianakis <desnacked@riseup.net> | 2019-09-25 14:17:03 +0300 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-09-25 14:17:03 +0300 |
commit | 6677eae57903eae05a31856e4d55da6fb51701b5 (patch) | |
tree | b54a3c5156ba41377013941b17fea83b11d54666 | |
parent | 6712fb9e270b51af67d72706b54dcaa749950de1 (diff) | |
parent | 22c33ea7f707e6b348b743277066b14bdb0f7f1b (diff) | |
download | tor-6677eae57903eae05a31856e4d55da6fb51701b5.tar.gz tor-6677eae57903eae05a31856e4d55da6fb51701b5.zip |
Merge branch 'tor-github/pr/1355'
-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", |