diff options
author | Francis Joanis <francis.joanis@gmail.com> | 2012-02-28 11:52:36 -0600 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-04-17 19:56:41 +0200 |
commit | 47716a7ed8ef0cc7924de40783471408b568b696 (patch) | |
tree | 0630dffaef812c0f2eda944e9747ce2a02d8397e | |
parent | 6f85854414a51a7ea8ce85f2fb68b77d7d381098 (diff) |
Use correctly escaped pipes in usage message
-rw-r--r-- | priv/templates/simplenode.windows.runner.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/simplenode.windows.runner.cmd b/priv/templates/simplenode.windows.runner.cmd index ef9765d..b4e6b00 100644 --- a/priv/templates/simplenode.windows.runner.cmd +++ b/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 |