diff options
author | Eric <[email protected]> | 2012-12-10 11:06:51 -0500 |
---|---|---|
committer | Eric <[email protected]> | 2012-12-10 15:07:24 -0500 |
commit | 7417cd704fa5e2cb30cfc31e53a74963a06f658c (patch) | |
tree | dade8b0cbe450de966d6c6746961b2a6ebeafa1c /README.md | |
parent | e417e4a8adc20d804e2826aad12ce050f4c6ce0d (diff) | |
download | relx-7417cd704fa5e2cb30cfc31e53a74963a06f658c.tar.gz relx-7417cd704fa5e2cb30cfc31e53a74963a06f658c.tar.bz2 relx-7417cd704fa5e2cb30cfc31e53a74963a06f658c.zip |
fix the documentation for searched directories, fixes #13
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -d ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir --targz + relcool -l ~/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. |