aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-09-18 20:49:38 -0500
committerTristan Sloughter <[email protected]>2013-09-19 20:26:25 -0500
commitc0a18117ddaff70e93411df060e1d7c7d1ad1b92 (patch)
tree7b521174bcd7ddf731b54b52cf04adeded7c3f86 /README.md
parent0d1dfed1ac0a1868d943e0174fce9f8bf49e448b (diff)
downloadrelx-c0a18117ddaff70e93411df060e1d7c7d1ad1b92.tar.gz
relx-c0a18117ddaff70e93411df060e1d7c7d1ad1b92.tar.bz2
relx-c0a18117ddaff70e93411df060e1d7c7d1ad1b92.zip
add -p for setting code paths
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 |