From 52055d633458752cc132a9bc7938ecff54e26248 Mon Sep 17 00:00:00 2001 From: ehouse Date: Sun, 20 Sep 2009 20:48:05 +0000 Subject: [PATCH] add USE_CURSES to help --- xwords4/linux/scripts/sim_real.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/linux/scripts/sim_real.sh b/xwords4/linux/scripts/sim_real.sh index abd3ad3a2..1ad01d0bd 100755 --- a/xwords4/linux/scripts/sim_real.sh +++ b/xwords4/linux/scripts/sim_real.sh @@ -33,6 +33,7 @@ EOF echo " env: KILL_INTERVAL_SECS: kill a random xwords every " echo " this many seconds; 0 to disable; cur: $KILL_INTERVAL_SECS" echo " env: ROLES: what hosts to handle here; cur: $ROLES" + echo " env: USE_CURSES; cur: $USE_CURSES" exit 0 }