Explorar el Código

Use correctly escaped pipes in usage message

pull/3/head
Francis Joanis hace 13 años
cometido por Tuncer Ayaz
padre
commit
47716a7ed8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      priv/templates/simplenode.windows.runner.cmd

+ 1
- 1
priv/templates/simplenode.windows.runner.cmd Ver fichero

@ -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

Cargando…
Cancelar
Guardar