Browse Source

Add console_clean to usage message for simplenode

pull/3/head
Alexey Romanov 14 years ago
committed by Tuncer Ayaz
parent
commit
6c3c3606e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
priv/templates/simplenode.runner 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

Loading…
Cancel
Save