aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-03-26 08:42:14 -0400
committerNick Mathewson <nickm@torproject.org>2019-03-26 08:42:14 -0400
commit39e449434421c8af5d8d6e89b4b4a1bccd78f284 (patch)
tree1759c7aa8ca1aea5de30488c167eb7e5921abe9a /scripts
parent2c8af79de52d091f98aa94615d9e6dd69faba0c7 (diff)
downloadtor-39e449434421c8af5d8d6e89b4b4a1bccd78f284.tar.gz
tor-39e449434421c8af5d8d6e89b4b4a1bccd78f284.zip
practracker: update usage note in docstring
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/maint/practracker/practracker.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/maint/practracker/practracker.py b/scripts/maint/practracker/practracker.py
index 4be1a31b51..c2efa61f2c 100755
--- a/scripts/maint/practracker/practracker.py
+++ b/scripts/maint/practracker/practracker.py
@@ -13,9 +13,9 @@ practracker.py should be run with its second argument pointing to the Tor
top-level source directory like this:
$ python3 ./scripts/maint/practracker/practracker.py .
-The exceptions file is meant to be initialized once with the current state of
-the source code and then get saved in the repository for ever after:
- $ python3 ./scripts/maint/practracker/practracker.py . > ./scripts/maint/practracker/exceptions.txt
+To regenerate the exceptions file so that it allows all current
+problems in the Tor source, use the --regen flag:
+ $ python3 --regen ./scripts/maint/practracker/practracker.py .
"""
from __future__ import print_function