summaryrefslogtreecommitdiff
path: root/priv/templates
diff options
context:
space:
mode:
authorFrancis Joanis <francis.joanis@gmail.com>2012-02-28 11:52:36 -0600
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-04-17 19:56:41 +0200
commit47716a7ed8ef0cc7924de40783471408b568b696 (patch)
tree0630dffaef812c0f2eda944e9747ce2a02d8397e /priv/templates
parent6f85854414a51a7ea8ce85f2fb68b77d7d381098 (diff)
Use correctly escaped pipes in usage message
Diffstat (limited to 'priv/templates')
-rw-r--r--priv/templates/simplenode.windows.runner.cmd2
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