Browse Source

add to deps tree help message that only packages are supported

pull/610/head
Tristan Sloughter 10 years ago
parent
commit
4bcab8ef96
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_prv_deps.erl

+ 1
- 1
src/rebar_prv_deps.erl View File

@ -24,7 +24,7 @@ init(State) ->
{short_desc, "List dependencies"}, {short_desc, "List dependencies"},
{desc, "List dependencies. Those not matching lock files " {desc, "List dependencies. Those not matching lock files "
"are followed by an asterisk (*)."}, "are followed by an asterisk (*)."},
{opts, [{tree, $t, "tree", undefined, "Display dependencies in tree format."}]}])),
{opts, [{tree, $t, "tree", undefined, "Display package dependencies in tree format (git and hg deps not supported)."}]}])),
{ok, State1}. {ok, State1}.
-spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}.

Loading…
Cancel
Save