summaryrefslogtreecommitdiff
path: root/priv/templates/app.template
diff options
context:
space:
mode:
authorTristan Sloughter <tristan.sloughter@gmail.com>2015-05-14 16:12:50 -0500
committerTristan Sloughter <tristan.sloughter@gmail.com>2015-05-14 16:12:50 -0500
commit763f33009ddca30e2230bf3dc0e5a010ec455359 (patch)
treee7cfe25f3745393131bda42692aecea2f81ceb6a /priv/templates/app.template
parentda93ec9d0a80ddcea1baf9112851bd991d36f5f5 (diff)
parent3d810e521c6f21d80cac781a08975869a1cb2e72 (diff)
Merge pull request #426 from ferd/cleaner-tpl-docs
Make standalone vs complete project template clear
Diffstat (limited to 'priv/templates/app.template')
-rw-r--r--priv/templates/app.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/app.template b/priv/templates/app.template
index 4087e5e..d0bebd7 100644
--- a/priv/templates/app.template
+++ b/priv/templates/app.template
@@ -1,4 +1,4 @@
-{description, "OTP Application"}.
+{description, "Complete OTP Application structure."}.
{variables, [
{name, "mylib", "Name of the OTP application"},
{desc, "An OTP application", "Short description of the app"}