aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorRoger Lipscombe <[email protected]>2014-03-19 12:34:09 +0000
committerRoger Lipscombe <[email protected]>2014-03-19 12:34:09 +0000
commit181f634b76cdf05c72bee8fc311d283dc602f8b4 (patch)
treefd1483f38bb28c5ddf3e5f92a6f16d4f941933dc /examples
parent5f4095d9367dac51a37a3c7173fee6d209904cee (diff)
downloadrelx-181f634b76cdf05c72bee8fc311d283dc602f8b4.tar.gz
relx-181f634b76cdf05c72bee8fc311d283dc602f8b4.tar.bz2
relx-181f634b76cdf05c72bee8fc311d283dc602f8b4.zip
Replace relcool with relx in example config.
Diffstat (limited to 'examples')
-rw-r--r--examples/relx.config4
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}.