From: Carl Worth Date: Mon, 18 Feb 2008 22:46:32 +0000 (-0800) Subject: Fix typo in set help message, (cards are labelled from 0 to 11 not 0 to 12) X-Git-Url: https://git.cworth.org/git?p=loudgame;a=commitdiff_plain;h=0446a4eb0485bb8dd34312c64f940c2461a7180e Fix typo in set help message, (cards are labelled from 0 to 11 not 0 to 12) --- diff --git a/lg-set.c b/lg-set.c index 3a1a853..365e68b 100644 --- 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"