aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorIvan Chernetsky <[email protected]>2014-11-02 03:16:59 -0800
committerIvan Chernetsky <[email protected]>2014-11-02 03:16:59 -0800
commit5028ef9e0e4a3f505da19c005800f273af671534 (patch)
treebb6b32a11e0679b4e37a56881611db1306378722 /README.md
parent016976897769572b8dd1cddc1fc9708c8d4bb306 (diff)
downloadrelx-5028ef9e0e4a3f505da19c005800f273af671534.tar.gz
relx-5028ef9e0e4a3f505da19c005800f273af671534.tar.bz2
relx-5028ef9e0e4a3f505da19c005800f273af671534.zip
Allow to specify a path to vm.args through command-line arguments
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 7c68dfb..9e7217c 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ Options
| -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 |
| | --overlay_vars | string | | Path to a file of overlay variables |
+| | --vm_args | string | | Path to a file to use for vm.args |
| | --sys_config | string | | Path to a file to use for sys.config |
| -d | --dev-mode | boolean | false | Symlink all applications and configuration into the release instead of copying|
| -i | --include-erts | boolean/string | true | If true include a copy of erts used to build with, if a path include erts at that path. If false, do not include erts |