diff options
author | Alexey Romanov <alexey.v.romanov@gmail.com> | 2011-02-21 12:57:24 +0300 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-03-04 19:37:34 +0100 |
commit | 6c3c3606e59c2cac5b8f1b35f09b704dd3c894ab (patch) | |
tree | 08e5c1bc20f7de92f4c484467ef3deb4ba3d0d39 | |
parent | 0f99ba22804abe2f69f1425b82f6dc1d098ab441 (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 18fa951..43dce0f 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 |