From f50f63f1cb504fc9af4f060b7e7d6c5f1c816d41 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 12 Oct 2013 12:29:57 -0500 Subject: add overlay_vars command line arg --- src/relx.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/relx.erl') diff --git a/src/relx.erl b/src/relx.erl index dc5b8e0..7b09751 100644 --- a/src/relx.erl +++ b/src/relx.erl @@ -200,6 +200,7 @@ opt_spec_list() -> {override_app, $a, "override_app", string, "Provide an app name and a directory to override in the form :"}, {config, $c, "config", {string, ""}, "The path to a config file"}, + {overlay_vars, undefined, "overlay_vars", string, "Path to a file of overlay variables"}, {version, $v, "version", undefined, "Print relx version"}, {root_dir, $r, "root", string, "The project root directory"}]. -- cgit v1.2.3