mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
fix help message
This commit is contained in:
parent
ef5c142c93
commit
bfb30a57f7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue