diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-03-06 20:21:54 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2014-03-12 20:43:10 +0100 |
commit | 6063e0d19750f3d1500c0725fc644bef73eb8c3b (patch) | |
tree | d442e8e201867fe8e82307981d820321c9f052a4 /src | |
parent | 47c089aa806653d826b8bc5f4b8dc29724af1da7 (diff) |
Document skip_apps= and apps=
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar.erl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/rebar.erl b/src/rebar.erl index 618cce8..ba263a8 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -207,7 +207,10 @@ help() -> " ~p~n" " ~p~n" " ~p~n" - " ~p~n", + " ~p~n" + "Core command line options:~n" + " apps=app1,app2 (specify apps to process)~n" + " skip_apps=app1,app2 (specify apps to skip)~n", [ {recursive_cmds, []}, {lib_dirs, []}, |