aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2012-12-10 12:19:36 -0800
committerTristan Sloughter <[email protected]>2012-12-10 12:19:36 -0800
commit25483b93b6f179b29742451ac65d367ab3b7ca7e (patch)
treef1fe9d5c6ddcf6626c84b9121ce1d334d776556e /README.md
parent69e6bcb71b8ce15556621fc94874bce751b50c50 (diff)
parentc3e728afb67101480d0c7b52c51bc522f08fb08f (diff)
downloadrelx-25483b93b6f179b29742451ac65d367ab3b7ca7e.tar.gz
relx-25483b93b6f179b29742451ac65d367ab3b7ca7e.tar.bz2
relx-25483b93b6f179b29742451ac65d367ab3b7ca7e.zip
Merge pull request #16 from ericbmerritt/next
default relcool.config support
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7f95cb7..30e5c82 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 -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.