diff -ruN -Xcvs/diff_ignore cvs/server/stdinhand.c work/server/stdinhand.c --- cvs/server/stdinhand.c Thu Aug 17 09:39:39 2000 +++ work/server/stdinhand.c Fri Aug 18 14:10:29 2000 @@ -1006,8 +1006,8 @@ ) }, - {"end", ALLOW_CTRL, - "end", + {"endgame", ALLOW_CTRL, + "endgame", N_("End the game."), N_("This command ends the game immediately.") }, @@ -2700,11 +2700,12 @@ "To find out how to get more information about commands and options,\n" "use 'help help'.\n\n" "For the impatient, the main commands to get going are:\n" - " show - to see current options\n" - " set - to set options\n" - " start - to start the game once players have connected\n" - " save - to save the current game\n" - " quit - to exit"); + " show - to see current options\n" + " set - to set options\n" + " start - to start the game once players have connected\n" + " endgame - to end a running game\n" + " save - to save the current game\n" + " quit - to exit"); static struct astring abuf = ASTRING_INIT;