This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Use correctly escaped pipes in usage message
pull/3/head
Francis Joanis
13 years ago
committed by
Tuncer Ayaz
parent
6f85854414
commit
47716a7ed8
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
priv/templates/simplenode.windows.runner.cmd
+ 1
- 1
priv/templates/simplenode.windows.runner.cmd
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
Write
Preview
Loading…
Cancel
Save