aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPhilip Cristiano <[email protected]>2015-01-06 19:33:16 -0500
committerPhilip Cristiano <[email protected]>2015-01-06 19:33:16 -0500
commitf17563eeed71cf33def76efd37fb35f67a4b113d (patch)
treed958260ab52cd9f8a1d69aaa1e3e6cdb1e7edae8 /README.md
parentba9309ca2431df62ab6a0008ae5a96a165675d2b (diff)
downloadrelx-f17563eeed71cf33def76efd37fb35f67a4b113d.tar.gz
relx-f17563eeed71cf33def76efd37fb35f67a4b113d.tar.bz2
relx-f17563eeed71cf33def76efd37fb35f67a4b113d.zip
Update README to match -h output for --relname
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e7217c..645a432 100644
--- a/README.md
+++ b/README.md
@@ -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 |