shorten a help string to avoid column getting too wide
This commit is contained in:
parent
598027d824
commit
41d5c4acf6
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ paramPath = "PATH"
|
|||
paramKey :: String
|
||||
paramKey = "KEY"
|
||||
paramDesc :: String
|
||||
paramDesc = "DESCRIPTION"
|
||||
paramDesc = "DESC"
|
||||
paramNumber :: String
|
||||
paramNumber = "NUMBER"
|
||||
paramRemote :: String
|
||||
|
|
Loading…
Reference in a new issue