mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Use correctly escaped pipes in usage message
This commit is contained in:
parent
6f85854414
commit
47716a7ed8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue