diff options
| author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-04 21:13:24 -0500 |
|---|---|---|
| committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-04-04 21:13:24 -0500 |
| commit | a99344a47066dd26b02cf34e84c15aa2f6f4dbe5 (patch) | |
| tree | decea5eb0ec74ce37a2a62d012b36d139b483bad /src/rebar_prv_common_test.erl | |
| parent | d95da874cd9831f238e0c91c74b32ff4549dba59 (diff) | |
| parent | 60f7474632000aa052ee4d5cea2eb7fbc094cc74 (diff) | |
Merge pull request #315 from ferd/fix-ns-help
Fix ns help
Diffstat (limited to 'src/rebar_prv_common_test.erl')
| -rw-r--r-- | src/rebar_prv_common_test.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index 97f0637..de77257 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -28,7 +28,7 @@ init(State) -> {bare, false}, {example, "rebar3 ct"}, {short_desc, "Run Common Tests."}, - {desc, ""}, + {desc, "Run Common Tests."}, {opts, ct_opts(State)}, {profiles, [test]}]), State1 = rebar_state:add_provider(State, Provider), @@ -537,4 +537,4 @@ parse_term(String) -> Terms; Term -> Term - end.
\ No newline at end of file + end. |
