From bfb30a57f7a1d826bf9bfa083933683c27862f91 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 30 Sep 2004 01:49:46 +0000 Subject: [PATCH] fix help message --- linux/linuxmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linuxmain.c b/linux/linuxmain.c index fb6d76636..b279c66df 100644 --- a/linux/linuxmain.c +++ b/linux/linuxmain.c @@ -214,7 +214,7 @@ usage( char* appName, char* msg ) "" " (default localhost)\n" "\nexample: \n" "\tserver: ./xwords -d dict.xwd -s -r Eric -N\n" - "\tclient: ./xwords -d dict.xwd -r Kati -p 4999 -l 6000\n" + "\tclient: ./xwords -d dict.xwd -r Kati -p 4998 -l 6000\n" , appName ); exit(1); }