diff options
author | Tristan Sloughter <[email protected]> | 2014-05-03 12:13:29 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2014-05-03 12:13:29 -0500 |
commit | 5d61e6750560c42671065ed5092718c84e4c5f14 (patch) | |
tree | 84fbce3f0887d2fb3792af2a6aa26c437aa09408 | |
parent | 95152fbb18cae3ba3cfe2a310b260f2fd06edad0 (diff) | |
parent | 1215b81e1213d9b39f8105ebe5c2d6876c94351a (diff) | |
download | relx-5d61e6750560c42671065ed5092718c84e4c5f14.tar.gz relx-5d61e6750560c42671065ed5092718c84e4c5f14.tar.bz2 relx-5d61e6750560c42671065ed5092718c84e4c5f14.zip |
Merge pull request #158 from jwilberding/readme2
This adds -n to the README and fixes description for -r. This was report...
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ Options | Short | Long | Type | Default | Description | |:-----:|:------------:|:-------:|:------:|------------------------------------------------------------------------------------------- | -| -r | --root | string | ./ | Name for the release that will be generated | +| -r | --root | string | ./ | Sets the root of the project | +| -n | --name | 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 | |