mirror of
https://github.com/correl/rebar.git
synced 2024-11-14 19:19:30 +00:00
Add console_clean to usage message for simplenode
This commit is contained in:
parent
0f99ba2280
commit
6c3c3606e5
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue