summaryrefslogtreecommitdiff
path: root/CmdLine/Usage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-15 17:29:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-15 17:29:40 -0400
commit19acc4def407d16f8719169cc15c89b9d0498cd6 (patch)
tree9e5faae5ee87df2c366ec859b6f41fd33820876a /CmdLine/Usage.hs
parenta6a8c898025a1a3dba2a06620270455e30034313 (diff)
metadata: Add --get (from bremner)
Diffstat (limited to 'CmdLine/Usage.hs')
-rw-r--r--CmdLine/Usage.hs2
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