From e945d998f547900461e9fa313d18ec0d29c5d2c4 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Thu, 16 Feb 2017 17:22:18 +0100 Subject: cmd: mention "q/quit" in help --- logic/cmd.go | 1 + 1 file changed, 1 insertion(+) (limited to 'logic') diff --git a/logic/cmd.go b/logic/cmd.go index c3133af..dac6aad 100644 --- a/logic/cmd.go +++ b/logic/cmd.go @@ -147,6 +147,7 @@ func CmdHelp(cmd int) []string { s = append(s, fmt.Sprint("h [cmd] - print help")) s = append(s, fmt.Sprint("p - print score")) s = append(s, fmt.Sprint("d - print dices")) + s = append(s, fmt.Sprint("q - quit the game")) s = append(s, fmt.Sprint("i [pos] - insert into score")) s = append(s, fmt.Sprint("r [dices] - reroll some dices")) s = append(s, fmt.Sprint("c [pos] - cancel a entry")) -- cgit v1.2.3