diff options
author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
---|---|---|
committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-05-14 16:12:50 -0500 |
commit | 763f33009ddca30e2230bf3dc0e5a010ec455359 (patch) | |
tree | e7cfe25f3745393131bda42692aecea2f81ceb6a /priv/templates/lib.template | |
parent | da93ec9d0a80ddcea1baf9112851bd991d36f5f5 (diff) | |
parent | 3d810e521c6f21d80cac781a08975869a1cb2e72 (diff) |
Merge pull request #426 from ferd/cleaner-tpl-docs
Make standalone vs complete project template clear
Diffstat (limited to 'priv/templates/lib.template')
-rw-r--r-- | priv/templates/lib.template | 2 |
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"} |