clean up params in usage display
This commit is contained in:
parent
984c9fc052
commit
9fe3c6d211
16 changed files with 25 additions and 24 deletions
|
@ -17,7 +17,7 @@ import Types
|
|||
import Trust
|
||||
|
||||
command :: [Command]
|
||||
command = [repoCommand "whereis" (paramOptional $ paramRepeating paramPath) seek
|
||||
command = [repoCommand "whereis" paramPaths seek
|
||||
"lists repositories that have file content"]
|
||||
|
||||
seek :: [CommandSeek]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue