aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-09-28 11:56:32 -0500
committerTristan Sloughter <[email protected]>2013-09-28 16:26:00 -0500
commit3fc8e0408cd27e15fdfbd3711c6ab18140745c86 (patch)
treef18af1a207aa2964e49085081a6dcc4f06c2ac10 /README.md
parent8a60327694646893729cde1708be4f507beceae0 (diff)
downloadrelx-3fc8e0408cd27e15fdfbd3711c6ab18140745c86.tar.gz
relx-3fc8e0408cd27e15fdfbd3711c6ab18140745c86.tar.bz2
relx-3fc8e0408cd27e15fdfbd3711c6ab18140745c86.zip
warn, not error, on bad app during discovery provider
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0eabf99..b217052 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Options
| -l | --lib-dir | string | | Additional dirs to search for OTP apps |
| -p | --path | string | | Additional dirs to add to Erlang code path |
| | --default-libs | boolean | true | Whether to use the default system added lib dirs (means you must add them all manually) |
-| -V | --verbose | integer | 0 | The verbosity level between 0 and 2 |
+| -V | --verbose | integer | 2 | The verbosity level between 0 and 3 |
| -a | --override_app | string | | An app name and a directory to override in the form appname:dir |
| -c | --config | string | ./relx.config | Config file path |