Add -r option to man and readme and make reset option actually prompt. Remove hardcoded merge_goal value.

This commit is contained in:
Tiehuis
2015-02-23 16:00:14 +13:00
parent 40f6419c55
commit 2d9af767d1
6 changed files with 51 additions and 19 deletions

View File

@@ -29,16 +29,19 @@ Quit the current game.
Print the program usage.
.TP
.BR \-c
Turn on color support (default).
Enable color support if supported.
.TP
.BR \-C
Turn off color support.
Disable color support (default).
.TP
.BR \-a
Turn on animations (default).
Enable animations (default).
.TP
.BR \-A
Turn off animations.
Disable animations.
.TP
.BR \-r
Reset highscore. Will prompt user.
.TP
.BR \-s " " \fISIZE\fR
Set the size of the playing field. Default is 4. Maximum value is 16, minimum is 4.