diff options
author | Tristan Sloughter <[email protected]> | 2013-10-16 14:07:33 -0700 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2013-10-16 14:07:33 -0700 |
commit | c0a0f74fa1f5c51bc622618f924f2175c07cbda2 (patch) | |
tree | 128cf2572659d75d64ee848078b34ccb0cf54397 | |
parent | 5216cf94a3d2b62756a2acb2867449a782437bf9 (diff) | |
parent | 0f5ffc5df74ff5c308ee3d1dc657e20edc4f1cb8 (diff) | |
download | relx-c0a0f74fa1f5c51bc622618f924f2175c07cbda2.tar.gz relx-c0a0f74fa1f5c51bc622618f924f2175c07cbda2.tar.bz2 relx-c0a0f74fa1f5c51bc622618f924f2175c07cbda2.zip |
Merge pull request #75 from ericbmerritt/master
document dev mode in the readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,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 | - +| -d | --dev-mode | boolean | false | Symlink all applications and configuration into the release instead of copying| Wiki ---- |