aboutsummaryrefslogtreecommitdiff
path: root/reproduce
diff options
context:
space:
mode:
Diffstat (limited to 'reproduce')
-rwxr-xr-xreproduce/src/bash/download-multi-try6
1 files changed, 3 insertions, 3 deletions
diff --git a/reproduce/src/bash/download-multi-try b/reproduce/src/bash/download-multi-try
index 642908e..1be2ffa 100755
--- a/reproduce/src/bash/download-multi-try
+++ b/reproduce/src/bash/download-multi-try
@@ -1,10 +1,10 @@
#!.local/bin/bash
#
# Attempt downloading multiple times before crashing whole pipeline. From
-# the top paper directory (for the shebang above), this script must be run
-# like this:
+# the top project directory (for the shebang above), this script must be
+# run like this:
#
-# $ ./download-multi-try downloader lockfile input-url downloaded-name
+# $ /path/to/download-multi-try downloader lockfile input-url downloaded-name
#
# Due to temporary network problems, a download may fail suddenly, but
# succeed in a second try a few seconds later. Without this script that