summaryrefslogtreecommitdiff
path: root/doc/git-annex-addurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 18:10:40 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 18:10:40 -0400
commit52bce14ce4f6c4e7600c22819f655b9762f09e19 (patch)
treec3c2bf691767ef56d83a9a493c34bd21b9bcfccf /doc/git-annex-addurl.mdwn
parent0ee6ad2199575501c783e85b228f73a193e6672b (diff)
parent0c3a6a71c42b37d2cad29e2b259fcd192dfc39f0 (diff)
Merge branch 'master' into smudge
Diffstat (limited to 'doc/git-annex-addurl.mdwn')
-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)