diff options
author | Suphanat Chunhapanya <haxx.pop@gmail.com> | 2017-01-24 15:56:26 +0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-01-25 13:11:57 -0500 |
commit | 1e26d6dbe8c5dac291a06060fa4bcac77c0c44e6 (patch) | |
tree | a7e0a4a75d18e6a93cd44cb10a895149ef01a196 | |
parent | e6eaf14350a2e36855d035cd3eb48074a4785c46 (diff) | |
download | tor-1e26d6dbe8c5dac291a06060fa4bcac77c0c44e6.tar.gz tor-1e26d6dbe8c5dac291a06060fa4bcac77c0c44e6.zip |
Add the output file to the usage
-rwxr-xr-x | scripts/maint/updateFallbackDirs.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index ce837b4805..117ac5cccb 100755 --- a/scripts/maint/updateFallbackDirs.py +++ b/scripts/maint/updateFallbackDirs.py @@ -1,7 +1,8 @@ #!/usr/bin/python -# Usage: scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc -# scripts/maint/updateFallbackDirs.py check_existing +# Usage: +# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc +# scripts/maint/updateFallbackDirs.py check_existing > src/or/fallback_dirs.inc # # This script should be run from a stable, reliable network connection, # with no other network activity (and not over tor). |