--- functions.orig 2005-11-12 15:08:04.000000000 +0100 +++ functions 2005-11-12 15:09:22.000000000 +0100 @@ -62,10 +62,8 @@ rc_help() { actions=$(echo ${actions[*]} | tr ' ' '|') - echo -e $"\e[01;31mERROR:\e[0m\e[01m $@\e[0m" - echo - echo -e $"\tPlease use $0 $actions" - echo + msg $"Please use $0 $actions" + ok 1 } rc_restart()