aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-05-03 12:13:29 -0500
committerTristan Sloughter <[email protected]>2014-05-03 12:13:29 -0500
commit5d61e6750560c42671065ed5092718c84e4c5f14 (patch)
tree84fbce3f0887d2fb3792af2a6aa26c437aa09408 /README.md
parent95152fbb18cae3ba3cfe2a310b260f2fd06edad0 (diff)
parent1215b81e1213d9b39f8105ebe5c2d6876c94351a (diff)
downloadrelx-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...
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 32eaa3b..47fe83f 100644
--- a/README.md
+++ b/README.md
@@ -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 |