From 2b0f6a159e305877706db3e72598b2f3ad936360 Mon Sep 17 00:00:00 2001 From: Tiehuis Date: Mon, 23 Feb 2015 12:35:18 +1300 Subject: [PATCH] Update man page to reflect removal of goal options. Goals are now set for a particular set of merges --- man/2048.1 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/man/2048.1 b/man/2048.1 index a763b9c..938361d 100644 --- a/man/2048.1 +++ b/man/2048.1 @@ -8,7 +8,6 @@ [\fB\-hrcCaA\fR] [\fB\-s\fR \fISIZE\fR] [\fB\-b\fR \fIRATE\fR] -[\fB\-g\fR \fIGOAL\fR] .SH DESCRIPTION .B 2048 @@ -46,9 +45,6 @@ Set the size of the playing field. Default is 4. Maximum value is 16, minimum is .TP .BR \-b " " \fIRATE\fR Set the rate at which blocks are spawned. Default is 1. -.TP -.BR \-g " " \fIGOAL\fR -Set the target end condition. Default is 2048. .SH AUTHORS Originally written by Marc Tiehuis.