diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-15 17:29:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-15 17:29:40 -0400 |
commit | 19acc4def407d16f8719169cc15c89b9d0498cd6 (patch) | |
tree | 9e5faae5ee87df2c366ec859b6f41fd33820876a /CmdLine | |
parent | a6a8c898025a1a3dba2a06620270455e30034313 (diff) |
metadata: Add --get (from bremner)
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/Usage.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CmdLine/Usage.hs b/CmdLine/Usage.hs index 64b512144..1d0bba954 100644 --- a/CmdLine/Usage.hs +++ b/CmdLine/Usage.hs @@ -73,6 +73,8 @@ paramNumRange :: String paramNumRange = "NUM|RANGE" paramRemote :: String paramRemote = "REMOTE" +paramField :: String +paramField = "FIELD" paramGlob :: String paramGlob = "GLOB" paramName :: String |