We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e09b0 commit 659220bCopy full SHA for 659220b
app/Main.hs
@@ -31,6 +31,6 @@ help = putStrLn $
31
, " new Reset the in-progress standup"
32
, " add-done Add a task to the in-progress done"
33
, " add-todo Add a task to the in-progress todo"
34
- , " standups Run `add-todo` then archive the standup"
+ , " standup Run `add-todo` then archive the standup"
35
]
36
exit = exitWith ExitSuccess
0 commit comments