new section for metadata

This commit is contained in:
Joey Hess 2014-02-19 14:55:34 -04:00
parent 39ebfa1a2e
commit e7672f197e
6 changed files with 42 additions and 38 deletions

View file

@ -18,7 +18,7 @@ import Data.Time.Clock.POSIX
def :: [Command]
def = [withOptions [setOption] $ command "metadata" paramPaths seek
SectionUtility "sets metadata of a file"]
SectionMetaData "sets metadata of a file"]
setOption :: Option
setOption = Option ['s'] ["set"] (ReqArg mkmod "FIELD[+-]=VALUE") "set metadata"