From 34772108504498c87161421fbf03430df1fd51b8 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Mon, 3 Mar 2008 12:06:27 -0800
Subject: [PATCH] Update documentation of move command for new syntax

---
 lg-loa.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lg-loa.c b/lg-loa.c
index 88f6ffb..5a4d819 100644
--- 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"
-- 
2.45.2