]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add the output file to the usage
authorSuphanat Chunhapanya <haxx.pop@gmail.com>
Tue, 24 Jan 2017 08:56:26 +0000 (15:56 +0700)
committerNick Mathewson <nickm@torproject.org>
Wed, 25 Jan 2017 18:11:57 +0000 (13:11 -0500)
scripts/maint/updateFallbackDirs.py

index ce837b480507b928db9ba16489ba6661149ba692..117ac5cccba0aa4783fc6762fca63c77ae1c09bb 100755 (executable)
@@ -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).