diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2017-01-20 15:43:24 +0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-25 13:11:57 -0500 |
commit | e6eaf14350a2e36855d035cd3eb48074a4785c46 (patch) | |
tree | 0979cafedd3ba5020d8a8ecf845976cb355e7a29 /scripts/maint/updateFallbackDirs.py | |
parent | d97792d596f440eefe29db1b7287c0e3b3c4277a (diff) | |
download | tor-e6eaf14350a2e36855d035cd3eb48074a4785c46.tar.gz tor-e6eaf14350a2e36855d035cd3eb48074a4785c46.zip |
Add usage for check_existing
Diffstat (limited to 'scripts/maint/updateFallbackDirs.py')
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index efa9bb4923..ce837b4805 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -1,6 +1,7 @@ #!/usr/bin/python # Usage: scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc +# scripts/maint/updateFallbackDirs.py check_existing # # This script should be run from a stable, reliable network connection, # with no other network activity (and not over tor). |