Make fallback script usage instructions create a log file

Comment-only change.

Closes 24682.
This commit is contained in:
teor 2017-12-20 12:36:31 +11:00
parent d43dc120e8
commit 1a29ad611c
No known key found for this signature in database
GPG Key ID: 740D9E39025272A2
1 changed files with 3 additions and 2 deletions

View File

@ -1,12 +1,13 @@
#!/usr/bin/python
# Usage:
<<<<<<< Updated upstream
#
# Regenerate the list:
# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc
# scripts/maint/updateFallbackDirs.py > src/or/fallback_dirs.inc 2> fallback_dirs.log
#
# Check the existing list:
# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok
# scripts/maint/updateFallbackDirs.py check_existing > fallback_dirs.inc.ok 2> fallback_dirs.log
# mv fallback_dirs.inc.ok src/or/fallback_dirs.inc
#
# This script should be run from a stable, reliable network connection,