aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-addurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 12:20:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-22 12:20:39 -0400
commitb1e9cf0621394780763e96a3ce9a15cfbfa7f02e (patch)
treeb8d72410b4bbfbc725f11b2f72c790587ec647f9 /doc/git-annex-addurl.mdwn
parent43b6da515e5becf0f7beea81af571794637bebd7 (diff)
addurl: Added --with-files option.
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)