aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric <[email protected]>2012-09-04 16:23:14 -0500
committerEric <[email protected]>2012-09-04 16:23:14 -0500
commit56c52d64b2fc0c6e3098d31ef196323f18f20d1f (patch)
tree94cd141f75a6a06200a3d980846217f0da413a6d /README.md
parentfd4bbcdfc6b268629c4121570a619915d420fa2e (diff)
downloadrelx-56c52d64b2fc0c6e3098d31ef196323f18f20d1f.tar.gz
relx-56c52d64b2fc0c6e3098d31ef196323f18f20d1f.tar.bz2
relx-56c52d64b2fc0c6e3098d31ef196323f18f20d1f.zip
bug fixes to the README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e5130b..f2d3899 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ applications it will generate a release output. That output depends
heavily on what plugins available and what options are defined, but
usually it is simple a well configured release directory.
- relcool --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir --targz
+ relcool -d ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir --targz
The *release-specification-file* is optional but otherwise contains
additional specification information for releases.
@@ -31,9 +31,14 @@ additional specification information for releases.
: Specify a target constraint on the system. These are usually the OTP
Apps that are part of the release
--o *STRING*, \--output-dir=*STRING*
+-o *STRING*, \--output-dir *STRING*
: The output directory for the release. This is `./` by default.
+-l *STRING*, \--lib-dir *STRING*
+: Additional dirs that should be searched for OTP Apps
+
+-V *INTEGER*, \--verbose *INTEGER*
+: The verbosity level of the system. Valid values are 1 - 3
# CONFIGURATION FILES