summaryrefslogtreecommitdiff
path: root/Command.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-28 23:22:31 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-28 23:22:31 -0400
commitb1db436816b6b70ff0b9891bbc4a5468d9b895b3 (patch)
tree9515513e4143a7797734165d3e351f15366f808b /Command.hs
parent235720d27e5c1044ddd8904d7140c9e8841e5715 (diff)
started on initremote
Diffstat (limited to 'Command.hs')
-rw-r--r--Command.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Command.hs b/Command.hs
index 446b1b55f..9c908b800 100644
--- a/Command.hs
+++ b/Command.hs
@@ -238,6 +238,10 @@ paramGlob :: String
paramGlob = "GLOB"
paramName :: String
paramName = "NAME"
+paramType :: String
+paramType = "TYPE"
+paramKeyValue :: String
+paramKeyValue = "K=V"
paramNothing :: String
paramNothing = ""