ソースを参照

Use correctly escaped pipes in usage message

pull/3/head
Francis Joanis 13年前
committed by Tuncer Ayaz
コミット
47716a7ed8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      priv/templates/simplenode.windows.runner.cmd

+ 1
- 1
priv/templates/simplenode.windows.runner.cmd ファイルの表示

@ -35,7 +35,7 @@
@echo Unknown command: "%1"
:usage
@echo Usage: %~n0 {install,uninstall,start,stop,restart,console,query,attach,upgrade}
@echo Usage: %~n0 [install^|uninstall^|start^|stop^|restart^|console^|query^|attach^|upgrade]
@goto :EOF
:install

読み込み中…
キャンセル
保存