diff options
author | Tristan Sloughter <[email protected]> | 2015-01-06 20:40:10 -0600 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-01-06 20:40:10 -0600 |
commit | b1003cf6ac3b1f7deb8840806155c8b49b690cdf (patch) | |
tree | d958260ab52cd9f8a1d69aaa1e3e6cdb1e7edae8 | |
parent | ba9309ca2431df62ab6a0008ae5a96a165675d2b (diff) | |
parent | f17563eeed71cf33def76efd37fb35f67a4b113d (diff) | |
download | relx-b1003cf6ac3b1f7deb8840806155c8b49b690cdf.tar.gz relx-b1003cf6ac3b1f7deb8840806155c8b49b690cdf.tar.bz2 relx-b1003cf6ac3b1f7deb8840806155c8b49b690cdf.zip |
Merge pull request #292 from philipcristiano/fix-readme-relvsn
Update README to match -h output for --relname
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ Options | Short | Long | Type | Default | Description | |:-----:|:------------:|:-------:|:------:|------------------------------------------------------------------------------------------- | | -r | --root | string | ./ | Sets the root of the project | -| -n | --name | string | | Name for the release that will be generated | +| -n | --relname | string | | Name for the release that will be generated | | -v | --relvsn | string | | Version for the release | | -g | --goal | string | | A goal for the system. These are usually the OTP apps that are part of the release | | -u | --upfrom | string | | The release to upgrade from. Only valid with relup target | |