diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-08-19 12:24:55 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-08-19 12:24:55 -0400 |
commit | 52f4a0722c3c6f71cea0666cba3f27adc085d629 (patch) | |
tree | 3789171e5fc0628d4fcd549309333ce1cd9eb9ee /doc/git-annex-addurl.mdwn | |
parent | bbd8b63d4768c51bb804dcf03a17fdd895997ab5 (diff) |
importfeed --relaxed: Avoid hitting the urls of items in the feed.
Diffstat (limited to 'doc/git-annex-addurl.mdwn')
-rw-r--r-- | doc/git-annex-addurl.mdwn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/git-annex-addurl.mdwn b/doc/git-annex-addurl.mdwn index 888f6ac31..1503a284e 100644 --- a/doc/git-annex-addurl.mdwn +++ b/doc/git-annex-addurl.mdwn @@ -25,7 +25,8 @@ be used to get better filenames. * `--fast` - Avoid immediately downloading the url. + Avoid immediately downloading the url. The url is still checked + (via HEAD) to verify that it exists, and to get its size if possible. * `--relaxed` |