clean up params in usage display
This commit is contained in:
parent
984c9fc052
commit
9fe3c6d211
16 changed files with 25 additions and 24 deletions
|
@ -22,8 +22,8 @@ import Utility.Path
|
|||
|
||||
command :: [Command]
|
||||
command =
|
||||
[ repoCommand "unlock" paramPath seek "unlock files for modification"
|
||||
, repoCommand "edit" paramPath seek "same as unlock"
|
||||
[ repoCommand "unlock" paramPaths seek "unlock files for modification"
|
||||
, repoCommand "edit" paramPaths seek "same as unlock"
|
||||
]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue