addurl: Added --with-files option.

This commit is contained in:
Joey Hess 2015-12-22 12:20:39 -04:00
parent 03f2ae0423
commit 2dce8081a6
Failed to extract signature
4 changed files with 37 additions and 13 deletions

View file

@ -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)