diff options
Diffstat (limited to 'core/help')
-rwxr-xr-x | core/help | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -[ "$1" = "info" ] && echo "show this very message" && exit 2 +[ "$1" = "info" ] && echo "show help" && exit 2 cat << EOF $progname -- daemonless posix pomodoro timer @@ -35,3 +35,4 @@ cat << EOF if no action is provided, the \`state\` action is chosen by default EOF + |