diff options
author | Jordan Wilberding <[email protected]> | 2014-03-19 18:15:42 +0100 |
---|---|---|
committer | Jordan Wilberding <[email protected]> | 2014-03-19 18:15:42 +0100 |
commit | 9e17ff5d35fbad8b4c66754c31a5397090c01ae0 (patch) | |
tree | fd1483f38bb28c5ddf3e5f92a6f16d4f941933dc | |
parent | 5f4095d9367dac51a37a3c7173fee6d209904cee (diff) | |
parent | 181f634b76cdf05c72bee8fc311d283dc602f8b4 (diff) | |
download | relx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.tar.gz relx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.tar.bz2 relx-9e17ff5d35fbad8b4c66754c31a5397090c01ae0.zip |
Merge pull request #150 from rlipscombe/rl-relcool-to-relx
Replace relcool with relx in example config.
-rw-r--r-- | examples/relx.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/relx.config b/examples/relx.config index f328c32..b19042b 100644 --- a/examples/relx.config +++ b/examples/relx.config @@ -33,12 +33,12 @@ %% automatically. {sys_config, "./config/sys.config"}. -%% relcool will include erts by default. However, if you don't want to include +%% relx will include erts by default. However, if you don't want to include %% erts you can add the `include_erts` tuple to the config and tell relx not %% to include it. {include_erts, false}. -%% The default start script relcool creates is basic. For a more complete start +%% The default start script relx creates is basic. For a more complete start %% script add the extended_start_script option. {extended_start_script, true}. |