Przeglądaj źródła

Merge pull request #433 from sg2342/fix-prv_unlock-usage-string

fix usage string in rebar_prv_unlock
pull/436/head
Fred Hebert 10 lat temu
rodzic
commit
45389be7de
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rebar_prv_unlock.erl

+ 1
- 1
src/rebar_prv_unlock.erl Wyświetl plik

@ -31,7 +31,7 @@ init(State) ->
"their name can be listed in the command."}, "their name can be listed in the command."},
{opts, [ {opts, [
{package, undefined, undefined, string, {package, undefined, undefined, string,
"List of packages to upgrade. If not specified, all dependencies are upgraded."}
"List of packages to unlock. If not specified, all dependencies are unlocked."}
]} ]}
]) ])
), ),

Ładowanie…
Anuluj
Zapisz