summaryrefslogtreecommitdiff
path: root/doc/git-annex-importfeed.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 13:48:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-31 13:48:13 -0400
commit3eb6865e196d621c6fa2bd95cbf44d2bc75a50e3 (patch)
treed9f008a699bd7ab2f3e20985477ec1ae2f0e5586 /doc/git-annex-importfeed.mdwn
parent7857ec4559aaead4c66c0b201aa78857efff0ae3 (diff)
update importfeed man page, including a mention of annex.genmetadata
Diffstat (limited to 'doc/git-annex-importfeed.mdwn')
-rw-r--r--doc/git-annex-importfeed.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/git-annex-importfeed.mdwn b/doc/git-annex-importfeed.mdwn
index 3bb19d25b..3557866a2 100644
--- a/doc/git-annex-importfeed.mdwn
+++ b/doc/git-annex-importfeed.mdwn
@@ -9,7 +9,7 @@ git annex importfeed `[url ...]`
# DESCRIPTION
Imports the contents of podcast feeds. Only downloads files whose
-urls have not already been added to the repository before, so you can
+content has not already been added to the repository before, so you can
delete, rename, etc the resulting files and repeated runs won't duplicate
them.
@@ -17,6 +17,9 @@ When quvi is installed, links in the feed are tested to see if they
are on a video hosting site, and the video is downloaded. This allows
importing e.g., youtube playlists.
+To make the import process add metadata to the imported files from the feed,
+`git config annex.genmetadata true`
+
# OPTIONS
* `--force`