fix: correct help message text

This commit is contained in:
Sebastian Mark 2024-10-23 14:21:36 +02:00
parent d731fc3e52
commit 57084c524e

View file

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