Ver código fonte

fix "apps" name

pull/1511/head
Vlad Dumitrescu 8 anos atrás
committed by GitHub
pai
commit
d4beb8edf1
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rebar_prv_path.erl

+ 1
- 1
src/rebar_prv_path.erl Ver arquivo

@ -108,7 +108,7 @@ normalize(AppName) when is_atom(AppName) -> atom_to_list(AppName);
normalize(AppName) when is_binary(AppName) -> binary_to_list(AppName).
path_opts(_State) ->
[{app, undefined, "apps", string, help(app)},
[{app, undefined, "app", string, help(app)},
{base, undefined, "base", boolean, help(base)},
{bin, undefined, "bin", boolean, help(bin)},
{ebin, undefined, "ebin", boolean, help(ebin)},

Carregando…
Cancelar
Salvar