summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/git-annex-addurl.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn
index eecc2c2bd..20cec9259 100644
--- a/doc/git-annex-addurl.mdwn
+++ b/doc/git-annex-addurl.mdwn
@@ -75,6 +75,14 @@ be used to get better filenames.
Enables batch mode, in which lines containing urls to add are read from
stdin.
+* `--with-files`
+
+ When batch mode is enabled, makes it parse lines of the form: "$url $file"
+
+ That adds the specified url to the specified file, downloading its
+ content if the file does not yet exist; the same as
+ `git annex addurl $url --file $file`
+
# SEE ALSO
[[git-annex]](1)