summaryrefslogtreecommitdiff
path: root/src/rebar_prv_clean.erl
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-04-04 21:13:24 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-04-04 21:13:24 -0500
commita99344a47066dd26b02cf34e84c15aa2f6f4dbe5 (patch)
treedecea5eb0ec74ce37a2a62d012b36d139b483bad /src/rebar_prv_clean.erl
parentd95da874cd9831f238e0c91c74b32ff4549dba59 (diff)
parent60f7474632000aa052ee4d5cea2eb7fbc094cc74 (diff)
Merge pull request #315 from ferd/fix-ns-help
Fix ns help
Diffstat (limited to 'src/rebar_prv_clean.erl')
-rw-r--r--src/rebar_prv_clean.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_clean.erl b/src/rebar_prv_clean.erl
index 0da286b..a0793c1 100644
--- a/src/rebar_prv_clean.erl
+++ b/src/rebar_prv_clean.erl
@@ -26,7 +26,7 @@ init(State) ->
{deps, ?DEPS},
{example, "rebar3 clean"},
{short_desc, "Remove compiled beam files from apps."},
- {desc, ""},
+ {desc, "Remove compiled beam files from apps."},
{opts, [{all, $a, "all", undefined, "Clean all apps include deps"}]}])),
{ok, State1}.