mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
Add console_clean to usage message for simplenode.
This commit is contained in:
parent
35a3391e7b
commit
48d23b90ac
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