Skip to content

Commit 659220b

Browse files
committed
Correct usage typo
This referenced the CLI name twice. The subcommand is "standup".
1 parent 87e09b0 commit 659220b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Main.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ help = putStrLn $
3131
, " new Reset the in-progress standup"
3232
, " add-done Add a task to the in-progress done"
3333
, " add-todo Add a task to the in-progress todo"
34-
, " standups Run `add-todo` then archive the standup"
34+
, " standup Run `add-todo` then archive the standup"
3535
]
3636
exit = exitWith ExitSuccess

0 commit comments

Comments
 (0)