aboutsummaryrefslogtreecommitdiff
path: root/logic/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'logic/cmd.go')
-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"))