aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2017-02-16 17:22:18 +0100
committerFlorian Fischer <florian.fl.fischer@fau.de>2017-02-16 17:22:18 +0100
commite945d998f547900461e9fa313d18ec0d29c5d2c4 (patch)
tree3513891f1558772bd8b38d3e214c3a3311933478
parentdfe7ec47b87f5151abc9e28e3e943b006ffab464 (diff)
downloadgoffel-e945d998f547900461e9fa313d18ec0d29c5d2c4.tar.gz
goffel-e945d998f547900461e9fa313d18ec0d29c5d2c4.zip
cmd: mention "q/quit" in help
-rw-r--r--logic/cmd.go1
1 files changed, 1 insertions, 0 deletions
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"))