fix command description
This commit is contained in:
parent
74f96dc563
commit
50db19d694
|
@ -146,7 +146,7 @@ parseOptions =
|
|||
<> help "the Nextcloud username"
|
||||
)
|
||||
<*> hsubparser
|
||||
( command "list-boards" (info (pure ListBoards) (progDesc "list all stacks"))
|
||||
( command "list-boards" (info (pure ListBoards) (progDesc "list all boards"))
|
||||
<> command "list-stacks" (info parseListStacks (progDesc "list all stacks"))
|
||||
<> command "list-cards" (info parseListCards (progDesc "list all cards"))
|
||||
<> command "create-card" (info parseCreateCard (progDesc "create a new card"))
|
||||
|
|
Loading…
Reference in New Issue