Use correctly escaped pipes in usage message

This commit is contained in:
Francis Joanis 2012-02-28 11:52:36 -06:00 committed by Tuncer Ayaz
parent 6f85854414
commit 47716a7ed8

View file

@ -35,7 +35,7 @@
@echo Unknown command: "%1" @echo Unknown command: "%1"
:usage :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 @goto :EOF
:install :install