summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-05 17:05:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-05 17:05:19 -0400
commit41d5c4acf6810966bdef25e2fc7a4cfb78b6f972 (patch)
tree1ee1bb111ad8332a1fb8e63c0092e332b924b522
parent598027d82489aded053154f7d8f7b5dcf4d79ebb (diff)
shorten a help string to avoid column getting too wide
-rw-r--r--Command.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command.hs b/Command.hs
index 09adc0949..eba7f2cef 100644
--- a/Command.hs
+++ b/Command.hs
@@ -216,7 +216,7 @@ paramPath = "PATH"
paramKey :: String
paramKey = "KEY"
paramDesc :: String
-paramDesc = "DESCRIPTION"
+paramDesc = "DESC"
paramNumber :: String
paramNumber = "NUMBER"
paramRemote :: String