Add console_clean to usage message for simplenode.

This commit is contained in:
Alexey Romanov 2011-02-21 12:57:24 +03:00
parent 35a3391e7b
commit 48d23b90ac

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