summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-03 17:21:00 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-03 17:21:00 -0400
commit657395b628b46b378eda77d5dc6edcdde7183b38 (patch)
tree2f7bc67fbed23214568feefe0c2c1292092eb0d9 /Command.hs
parent1de12a291891463c6d532a10c74cbda1872c8b9b (diff)
add describe subcommand
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Command.hs b/Command.hs
index d54a7052e..09adc0949 100644
--- a/Command.hs
+++ b/Command.hs
@@ -209,6 +209,8 @@ paramRepeating :: String -> String
paramRepeating s = s ++ " ..."
paramOptional :: String -> String
paramOptional s = "[" ++ s ++ "]"
+paramPair :: String -> String -> String
+paramPair a b = a ++ " " ++ b
paramPath :: String
paramPath = "PATH"
paramKey :: String