diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-09-10 16:41:48 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-09-10 16:41:48 -0500 |
commit | 9fb81989267b01a954108c4b9528e52a595aa199 (patch) | |
tree | b4091bfab1458039c033db6d4838f2863cae3bc9 /src | |
parent | 286e832a29ee502f5debb5a7393e7209e1848cf4 (diff) |
update completions and docs for command unstable install and upgrade
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_local_install.erl | 2 | ||||
-rw-r--r-- | src/rebar_prv_local_upgrade.erl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_prv_local_install.erl b/src/rebar_prv_local_install.erl index 6d83fc3..4422c2d 100644 --- a/src/rebar_prv_local_install.erl +++ b/src/rebar_prv_local_install.erl @@ -31,7 +31,7 @@ init(State) -> {bare, true}, {namespace, ?NAMESPACE}, {deps, ?DEPS}, - {example, "rebar3 local install"}, + {example, "rebar3 unstable install"}, {short_desc, "Extract libs from rebar3 escript along with a run script."}, {desc, ""}, {opts, []}])), diff --git a/src/rebar_prv_local_upgrade.erl b/src/rebar_prv_local_upgrade.erl index 831436e..9431524 100644 --- a/src/rebar_prv_local_upgrade.erl +++ b/src/rebar_prv_local_upgrade.erl @@ -29,7 +29,7 @@ init(State) -> {bare, true}, {namespace, ?NAMESPACE}, {deps, ?DEPS}, - {example, "rebar3 local upgrade"}, + {example, "rebar3 unstable upgrade"}, {short_desc, "Download latest rebar3 escript and extract."}, {desc, ""}, {opts, []}])), |