mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
fix the show-other param
This commit is contained in:
parent
bf0582f0aa
commit
f41356c98b
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ typedef struct _CmdInfoRec {
|
|||
|
||||
static CmdInfoRec CmdInfoRecs[] = {
|
||||
{ CMD_SKIP_GAMEOVER, false, "skip-final", "skip final scores display" }
|
||||
,{ CMD_SHOW_OTHERSCORES, "false", "show-other",
|
||||
,{ CMD_SHOW_OTHERSCORES, false, "show-other",
|
||||
"show robot and remote scores" }
|
||||
,{ CMD_HOSTIP, true, "hostip", "remote host ip address (for direct connect)" }
|
||||
,{ CMD_DICT, true, "dict", "dictionary name" }
|
||||
|
|
Loading…
Reference in a new issue