diff options
author | Jordan Wilberding <[email protected]> | 2014-04-06 10:55:22 +0200 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2014-04-06 10:55:22 +0200 |
commit | 1215b81e1213d9b39f8105ebe5c2d6876c94351a (patch) | |
tree | de518c4c0f762168f962039bba7b62eca9ba6045 /README.md | |
parent | 0d292ff4c1be173a775628c09d1ac9991fdd8e67 (diff) | |
download | relx-1215b81e1213d9b39f8105ebe5c2d6876c94351a.tar.gz relx-1215b81e1213d9b39f8105ebe5c2d6876c94351a.tar.bz2 relx-1215b81e1213d9b39f8105ebe5c2d6876c94351a.zip |
This adds -n to the README and fixes description for -r. This was reported as part of #114.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -51,7 +51,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 | |