From 181f634b76cdf05c72bee8fc311d283dc602f8b4 Mon Sep 17 00:00:00 2001 From: Roger Lipscombe Date: Wed, 19 Mar 2014 12:34:09 +0000 Subject: Replace relcool with relx in example config. --- examples/relx.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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}. -- cgit v1.2.3