add USE_CURSES to help

This commit is contained in:
ehouse 2009-09-20 20:48:05 +00:00
parent a3b326205a
commit 52055d6334

View file

@ -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
}