mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
practracker: update usage note in docstring
This commit is contained in:
parent
2c8af79de5
commit
39e4494344
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ practracker.py should be run with its second argument pointing to the Tor
|
||||||
top-level source directory like this:
|
top-level source directory like this:
|
||||||
$ python3 ./scripts/maint/practracker/practracker.py .
|
$ python3 ./scripts/maint/practracker/practracker.py .
|
||||||
|
|
||||||
The exceptions file is meant to be initialized once with the current state of
|
To regenerate the exceptions file so that it allows all current
|
||||||
the source code and then get saved in the repository for ever after:
|
problems in the Tor source, use the --regen flag:
|
||||||
$ python3 ./scripts/maint/practracker/practracker.py . > ./scripts/maint/practracker/exceptions.txt
|
$ python3 --regen ./scripts/maint/practracker/practracker.py .
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
|
|
Loading…
Add table
Reference in a new issue