i think i understand what that sed meant
This commit is contained in:
parent
f3dda31c83
commit
b9e1aa2b34
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue