From c2d8b17747bcee2e119608acb2ebf48b3afc3de6 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 5 May 2012 10:55:35 -0700 Subject: [PATCH] add --sort-tiles and fix confict between param name in code and in usage() --- xwords4/linux/scripts/discon_ok2.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xwords4/linux/scripts/discon_ok2.sh b/xwords4/linux/scripts/discon_ok2.sh index 662b54583..747b6c15a 100755 --- a/xwords4/linux/scripts/discon_ok2.sh +++ b/xwords4/linux/scripts/discon_ok2.sh @@ -159,7 +159,7 @@ build_cmds() { fi PARAMS="$(player_params $NLOCALS $NPLAYERS $DEV)" - PARAMS="$PARAMS $BOARD_SIZE --room $ROOM --trade-pct 20" + PARAMS="$PARAMS $BOARD_SIZE --room $ROOM --trade-pct 20 --sort-tiles " PARAMS="$PARAMS --game-dict $DICT --port $PORT --host $HOST " PARAMS="$PARAMS --file $FILE --slow-robot 1:3 --skip-confirm" PARAMS="$PARAMS --drop-nth-packet $DROP_N $PLAT_PARMS" @@ -481,7 +481,7 @@ while [ "$#" -gt 0 ]; do APP_NEW=$(getArg $*) shift ;; - --dict) + --game-dict) DICTS[${#DICTS[@]}]=$(getArg $*) shift ;;