浏览代码

Add console_clean to usage message for simplenode.

pull/3/head
Alexey Romanov 14 年前
父节点
当前提交
48d23b90ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      priv/templates/simplenode.runner

+ 1
- 1
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

正在加载...
取消
保存