Explorar el Código

Fix usage decription of 'rebar3'

pull/1371/head
Björn-Egil Dahlberg hace 8 años
padre
commit
9584453194
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/rebar_prv_help.erl

+ 1
- 1
src/rebar_prv_help.erl Ver fichero

@ -57,7 +57,7 @@ format_error(Reason) ->
help(State) ->
?CONSOLE("Rebar3 is a tool for working with Erlang projects.~n~n", []),
OptSpecList = rebar3:global_option_spec_list(),
getopt:usage(OptSpecList, "rebar", "", []),
getopt:usage(OptSpecList, "rebar3", "", []),
?CONSOLE("~nSeveral tasks are available:~n", []),
providers:help(rebar_state:providers(State)),

Cargando…
Cancelar
Guardar