diff options
author | Alexey Romanov <alexey.v.romanov@gmail.com> | 2011-02-21 12:57:24 +0300 |
---|---|---|
committer | Alexey Romanov <alexey.v.romanov@gmail.com> | 2011-02-21 12:57:24 +0300 |
commit | 48d23b90acb688a68354b20a1b19fa0aa0e592be (patch) | |
tree | c8b45bf83b2b0c26c662e021bca30715738244d1 | |
parent | 35a3391e7bfb671faae3b848869c63c72441fea6 (diff) |
Add console_clean to usage message for simplenode.
-rwxr-xr-x | priv/templates/simplenode.runner | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.runner b/priv/templates/simplenode.runner index bcb8b94..09bb2d5 100755 --- a/priv/templates/simplenode.runner +++ b/priv/templates/simplenode.runner @@ -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 |