]> git.cworth.org Git - loudgame/commitdiff
Fix typo in set help message, (cards are labelled from 0 to 11 not 0 to 12)
authorCarl Worth <cworth@cworth.org>
Mon, 18 Feb 2008 22:46:32 +0000 (14:46 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 18 Feb 2008 22:46:32 +0000 (14:46 -0800)
lg-set.c

index 3a1a85383ffae31f75eb916c05f18bb0736b3740..365e68b7ddafb3db8eaff26922283c2c4f0ead32 100644 (file)
--- a/lg-set.c
+++ b/lg-set.c
@@ -451,7 +451,7 @@ set_game_handle_help (set_game_t *game,
                    "\tshuffle  \tReturn the cards to the deck, shuffle and deal\n"
                    "\t         \t(this is only allowed if no sets are possible)\n"
                    "\tset X Y Z\tClaim three cards as a set. The cards are numbered\n"
-                   "\t         \tleft-to-right, and top-to-bottom from 0 to 12.\n"
+                   "\t         \tleft-to-right, and top-to-bottom from 0 to 11.\n"
                    "\n"
                    "For more information about SET, or to purchase your own deck, visit\n"
                    "http://setgame.com . Please note that this server is unaffiliated\n"