From 3d810e521c6f21d80cac781a08975869a1cb2e72 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 12 May 2015 15:57:28 +0000 Subject: Make standalone vs complete project template clear Some templates like OTP apps are usable within releases, so the text does remain a bit vague, but hopefully less than before. --- priv/templates/escript.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/escript.template') diff --git a/priv/templates/escript.template b/priv/templates/escript.template index c0afd3c..e41c313 100644 --- a/priv/templates/escript.template +++ b/priv/templates/escript.template @@ -1,4 +1,4 @@ -{description, "Escriptized application"}. +{description, "Complete escriptized application structure"}. {variables, [ {name, "mylib", "Name of the OTP application to be escriptized"}, {desc, "An escript", "Short description of the project"} -- cgit v1.1