From 92c1e642c5ec7942d7f2bda207e58086f24c642f Mon Sep 17 00:00:00 2001 From: "https://id.koumbit.net/anarcat" Date: Tue, 1 Apr 2014 04:21:58 +0000 Subject: i think i understand what that sed meant --- doc/tips/automatically_adding_metadata.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/tips/automatically_adding_metadata.mdwn') 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. -- cgit v1.2.3