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/lib.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/lib.template') diff --git a/priv/templates/lib.template b/priv/templates/lib.template index cbb3672..4d06901 100644 --- a/priv/templates/lib.template +++ b/priv/templates/lib.template @@ -1,4 +1,4 @@ -{description, "OTP Library application (no processes)"}. +{description, "Complete OTP Library application (no processes) structure"}. {variables, [ {name, "mylib", "Name of the OTP library application"}, {desc, "An OTP library", "Short description of the app"} -- cgit v1.1