aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Merritt <[email protected]>2013-09-20 15:29:30 -0700
committerEric Merritt <[email protected]>2013-09-20 15:29:30 -0700
commit8da020ccdccc9da37d8accaabe9fab0ab1e825dd (patch)
treef01a4e30515c87cd7e6a8e38c010b83806cda105 /README.md
parenta23fc9028f1914f7dc680a443e35cf47d347365d (diff)
parent6df9d493655775677400ca0348de747d90305256 (diff)
downloadrelx-8da020ccdccc9da37d8accaabe9fab0ab1e825dd.tar.gz
relx-8da020ccdccc9da37d8accaabe9fab0ab1e825dd.tar.bz2
relx-8da020ccdccc9da37d8accaabe9fab0ab1e825dd.zip
Merge pull request #44 from tsloughter/master
allow template for sys.config and vm.args add lib_dirs config option
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9452f67..3036686 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,7 @@ Options
| -u | --upfrom | string | | The release to upgrade from. Only valid with relup target |
| -o | --output-dir | string | ./ | The output directory for the release |
| -l | --lib-dir | string | | Additional dirs to search for OTP apps |
+| -p | --path | string | | Additional dirs to add to Erlang code path |
| | --disable-default-libs | boolean | false | Disable use of the default system added lib dirs |
| -V | --verbose | integer | 0 | The verbosity level between 0 and 2 |
| -a | --override_app | string | | An app name and a directory to override in the form appname:dir |