diff options
author | Philip Cristiano <[email protected]> | 2015-01-06 19:33:16 -0500 |
---|---|---|
committer | Philip Cristiano <[email protected]> | 2015-01-06 19:33:16 -0500 |
commit | f17563eeed71cf33def76efd37fb35f67a4b113d (patch) | |
tree | d958260ab52cd9f8a1d69aaa1e3e6cdb1e7edae8 | |
parent | ba9309ca2431df62ab6a0008ae5a96a165675d2b (diff) | |
download | relx-f17563eeed71cf33def76efd37fb35f67a4b113d.tar.gz relx-f17563eeed71cf33def76efd37fb35f67a4b113d.tar.bz2 relx-f17563eeed71cf33def76efd37fb35f67a4b113d.zip |
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 | |