summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-10-26 23:23:07 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-10-26 23:23:46 +0200
commit9197e70bd7f442576eb76fab4011fa36b8739960 (patch)
tree9f12417fe016495b9a60936404f5792494d87385 /src
parentc373f29292cb8cd630d04b3c1edb2ee636787a65 (diff)
Fix formatting
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"}
].
%%