fix command description

This commit is contained in:
Christian Ulrich 2024-05-28 23:47:23 +02:00
parent 74f96dc563
commit 50db19d694
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 1 additions and 1 deletions

View File

@ -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"))