]> git.cworth.org Git - loudgame/commitdiff
Update documentation of move command for new syntax master
authorCarl Worth <cworth@cworth.org>
Mon, 3 Mar 2008 20:06:27 +0000 (12:06 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 3 Mar 2008 20:06:27 +0000 (12:06 -0800)
lg-loa.c

index 88f6ffbf15dc11b8c6b8b39ba50d5ea6a37a1f32..5a4d819de4543cfd24037aa648f8cda96b30e6e2 100644 (file)
--- a/lg-loa.c
+++ b/lg-loa.c
@@ -163,7 +163,7 @@ loa_game_handle_help (loa_game_t *game, const char *peer)
                    "\n"
                    "And some game-specific commands:\n"
                    "\tshow     \t\tShow the current board\n"
-                   "\tmove aNbN\tMove a piece, (eg. 'move b1d3')\n"
+                   "\tmove aNbN\tMove a piece, (eg. 'move b1-d3')\n"
                    "\tpass     \t\tSkip a turn (only legal if no moves are possible)\n"
                    "\tnew      \t\tBegin a new game\n"
                    "\thistory  \t\tShow the move history of the game\n"