mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
fix long-opts glitches
This commit is contained in:
parent
a7aabdc41b
commit
9ea5c7462d
1 changed files with 2 additions and 2 deletions
|
@ -272,7 +272,7 @@ static CmdInfoRec CmdInfoRecs[] = {
|
|||
,{ CMD_ROBOTNAME, true, "robot-name", "name of local, robot player" }
|
||||
,{ CMD_SORTNEW, false, "sort-tiles", "sort tiles each time assigned" }
|
||||
,{ CMD_ISSERVER, false, "server", "this device acting as host" }
|
||||
,{ CMD_SLEEPONANCHOR, false, "slow-robot", "slow down hint progress" }
|
||||
,{ CMD_SLEEPONANCHOR, false, "sleep-on-anchor", "slow down hint progress" }
|
||||
,{ CMD_TIMERMINUTES, true, "timer-minutes", "initial timer setting" }
|
||||
,{ CMD_UNDOWHENDONE, false, "undo-after", "undo the game after finishing" }
|
||||
,{ CMD_NOHEARTBEAT, false, "no-heartbeat", "don't send heartbeats" }
|
||||
|
@ -298,7 +298,7 @@ static CmdInfoRec CmdInfoRecs[] = {
|
|||
,{ CMD_BTADDR, true, "btaddr", "bluetooth address of host" }
|
||||
#endif
|
||||
#ifdef XWFEATURE_SLOW_ROBOT
|
||||
,{ CMD_SLOWROBOT, false, "slow-robot", "make robot slower" }
|
||||
,{ CMD_SLOWROBOT, true, "slow-robot", "make robot slower" }
|
||||
#endif
|
||||
#if defined PLATFORM_GTK && defined PLATFORM_NCURSES
|
||||
,{ CMD_GTK, false, "gtk", "use GTK for display" }
|
||||
|
|
Loading…
Reference in a new issue