From 57084c524ee191e419e497077dfa19bab04d539c Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 23 Oct 2024 14:21:36 +0200 Subject: [PATCH] fix: correct help message text --- internal/notifications/terminal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/notifications/terminal.go b/internal/notifications/terminal.go index c679555..9d4adc5 100644 --- a/internal/notifications/terminal.go +++ b/internal/notifications/terminal.go @@ -43,5 +43,5 @@ func TerminalOutput() { //footer fmt.Printf(strings.Repeat("\n", 3)) - color.White("s: start • space: pause/resume • r: stop • q: quit") + color.White("space: start/pause/resume • r: stop • q: quit") }