fix help message

This commit is contained in:
ehouse 2004-09-30 01:49:46 +00:00
parent ef5c142c93
commit bfb30a57f7

View file

@ -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);
}