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") }