fix: correct help message text
This commit is contained in:
parent
d731fc3e52
commit
57084c524e
1 changed files with 1 additions and 1 deletions
|
@ -43,5 +43,5 @@ func TerminalOutput() {
|
||||||
|
|
||||||
//footer
|
//footer
|
||||||
fmt.Printf(strings.Repeat("\n", 3))
|
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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue