diff options
author | omarkj <omarkj@gmail.com> | 2014-09-25 11:27:17 -0700 |
---|---|---|
committer | omarkj <omarkj@gmail.com> | 2014-09-25 11:27:17 -0700 |
commit | 58f4019fa62a73e335967870f6605182d7386830 (patch) | |
tree | 1dfbef126c9dab676c92b8e3a08c4d43c38ee6ef | |
parent | f9a941f2da1cd2667709323f456f4866902a2e79 (diff) |
common tests -> Common Tests
-rw-r--r-- | src/rebar_prv_common_test.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_common_test.erl b/src/rebar_prv_common_test.erl index 958822f..b880d77 100644 --- a/src/rebar_prv_common_test.erl +++ b/src/rebar_prv_common_test.erl @@ -25,7 +25,7 @@ init(State) -> bare = false, deps = ?DEPS, example = "rebar ct", - short_desc = "Run common tests", + short_desc = "Run Common Tests", desc = "", opts = []}), {ok, State1}. |