summaryrefslogtreecommitdiff
path: root/doc/tips/automatically_adding_metadata.mdwn
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2014-04-01 04:21:58 +0000
committerGravatar admin <admin@branchable.com>2014-04-01 04:21:58 +0000
commit92c1e642c5ec7942d7f2bda207e58086f24c642f (patch)
treef287221b84fd6e17f91c8cb85bce1d9b5e41b491 /doc/tips/automatically_adding_metadata.mdwn
parent0d26eb46554e149a67b6e67dc67b790aee4b31f4 (diff)
i think i understand what that sed meant
Diffstat (limited to 'doc/tips/automatically_adding_metadata.mdwn')
-rw-r--r--doc/tips/automatically_adding_metadata.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/automatically_adding_metadata.mdwn b/doc/tips/automatically_adding_metadata.mdwn
index f2a3bc02d..e6d02defa 100644
--- a/doc/tips/automatically_adding_metadata.mdwn
+++ b/doc/tips/automatically_adding_metadata.mdwn
@@ -17,7 +17,7 @@ like photos, mp3s, etc.
Now any fields you list in metadata.extract to will be extracted and
stored when files are committed.
-To get a list of all possible fields, run: `extract -L | sed ' '`
+To get a list of all possible fields, run: `extract -L | sed 's/ /_/g'`
By default, if a git-annex already has a metadata field for a file,
its value will not be overwritten with metadata taken from files.