mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Document skip_apps= and apps=
This commit is contained in:
parent
47c089aa80
commit
6063e0d197
1 changed files with 4 additions and 1 deletions
|
@ -207,7 +207,10 @@ help() ->
|
||||||
" ~p~n"
|
" ~p~n"
|
||||||
" ~p~n"
|
" ~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, []},
|
{recursive_cmds, []},
|
||||||
{lib_dirs, []},
|
{lib_dirs, []},
|
||||||
|
|
Loading…
Reference in a new issue