diff options
author | Eric <[email protected]> | 2013-01-24 21:03:53 -0800 |
---|---|---|
committer | Eric <[email protected]> | 2013-01-24 21:03:53 -0800 |
commit | 6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50 (patch) | |
tree | dec64fc42b184decdeb92a75805a88da622bd72d /README.md | |
parent | e02d59de76a2f0c0e0311f22e4779652a1375ee9 (diff) | |
download | relx-6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50.tar.gz relx-6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50.tar.bz2 relx-6c90453d79cd1e8cf35cb4f6ad4ee51d7be39e50.zip |
convert relcool to take a config as a opt argument
adds `-c <config-file>` or `--config <config-file>` instead of passing
the config file as an argument.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 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 -l ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir --targz + relcool -c relcool.config -l ~/my-dirs --relname foo --relvsn 0.0.1 --target-spec myapp --target-spec getopt>=0.5.1 -o output-dir The *release-specification-file* is optional but otherwise contains additional specification information for releases. @@ -43,6 +43,9 @@ additional specification information for releases. -V *INTEGER*, \--verbose *INTEGER* : The verbosity level of the system. Valid values are 1 - 3 +-c *INTEGER*, \--config *INTEGER* +: The custom config file for the relcool system + # CONFIGURATION FILES Configuration files |