summaryrefslogtreecommitdiff
path: root/priv/templates/escript.template
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-05-12 15:57:28 +0000
committerFred Hebert <mononcqc@ferd.ca>2015-05-12 15:57:28 +0000
commit3d810e521c6f21d80cac781a08975869a1cb2e72 (patch)
tree324ab750ab50bb8144e75bfe45f3964dac5e8d6b /priv/templates/escript.template
parent22549108584cc03fbb879fa8117f620a0e1272b3 (diff)
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.
Diffstat (limited to 'priv/templates/escript.template')
-rw-r--r--priv/templates/escript.template2
1 files changed, 1 insertions, 1 deletions
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"}