summaryrefslogtreecommitdiff
path: root/CmdLine/Usage.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-21 13:44:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-21 14:35:07 -0400
commit19e96c4dcf8cf6e78dcc78527530279f205caf98 (patch)
tree02f15841f1dbd68297b399d49a211879d589d6a0 /CmdLine/Usage.hs
parent025c8e0d6e4c0037296968a828a6b57148f8e5e5 (diff)
info: When passed the name or uuid of a remote, displays info about that remote.
No per-remote-type info yet. This commit was sponsored by Stanley Yamane.
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 6e0a1ca80..1998a5f54 100644
--- a/CmdLine/Usage.hs
+++ b/CmdLine/Usage.hs
@@ -103,6 +103,8 @@ paramSize :: String
paramSize = "SIZE"
paramAddress :: String
paramAddress = "ADDRESS"
+paramItem :: String
+paramItem = "ITEM"
paramKeyValue :: String
paramKeyValue = "K=V"
paramNothing :: String