We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a30244 commit b292543Copy full SHA for b292543
wcurl
@@ -124,7 +124,8 @@ readonly PER_URL_PARAMETERS="\
124
DRY_RUN="false"
125
126
# Add URLs to list of URLs to be downloaded.
127
-# If the argument starts with "@", then it's an input file name.
+# If the argument starts with "@", then it's a file containing the URLs
128
+# to be downloaded (an "input file").
129
# When parsing an input file, ignore lines starting with "#".
130
# This function also percent-encodes the whitespaces in URLs.
131
add_urls()
0 commit comments