From d3b396b17602ad71a62cbc2eaf595a1d94579c4a Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 12 Mar 2024 09:02:24 +0100 Subject: make state update atomic and clean up some code --- core/help | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/help') diff --git a/core/help b/core/help index 98abd1e..4bc5496 100755 --- a/core/help +++ b/core/help @@ -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 + -- cgit v1.2.3