Add console_clean to usage message for simplenode

This commit is contained in:
Alexey Romanov 2011-02-21 12:57:24 +03:00 committed by Tuncer Ayaz
parent 0f99ba2280
commit 6c3c3606e5

View file

@ -147,7 +147,7 @@ case "$1" in
;;
*)
echo "Usage: $SCRIPT {start|stop|restart|reboot|ping|console|attach}"
echo "Usage: $SCRIPT {start|stop|restart|reboot|ping|console|console_clean|attach}"
exit 1
;;
esac