commit e6eaf14350a2e36855d035cd3eb48074a4785c46 Author: Suphanat Chunhapanya haxx.pop@gmail.com Date: Fri Jan 20 15:43:24 2017 +0700
Add usage for check_existing --- scripts/maint/updateFallbackDirs.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/scripts/maint/updateFallbackDirs.py b/scripts/maint/updateFallbackDirs.py index efa9bb4..ce837b4 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).
tor-commits@lists.torproject.org