summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rebar.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.erl b/src/rebar.erl
index 45ef1fa..4b92d6e 100644
--- a/src/rebar.erl
+++ b/src/rebar.erl
@@ -283,10 +283,10 @@ option_spec_list() ->
{verbose, $v, "verbose", undefined, "Be verbose about what gets done"},
{version, $V, "version", undefined, "Show version information"},
{force, $f, "force", undefined, "Force"},
- {defines, $D, undefined, string, "Define compiler macro"},
+ {defines, $D, undefined, string, "Define compiler macro"},
{jobs, $j, "jobs", integer, JobsHelp},
{config, $C, "config", string, "Rebar config file to use"},
- {profile, $p, "profile", undefined, "Profile this run of rebar"}
+ {profile, $p, "profile", undefined, "Profile this run of rebar"}
].
%%