summaryrefslogtreecommitdiff
path: root/priv/templates/lib.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/lib.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/lib.template')
-rw-r--r--priv/templates/lib.template2
1 files changed, 1 insertions, 1 deletions
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"}