diff --git a/priv/templates/app.template b/priv/templates/app.template index 4087e5e6..d0bebd7a 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"} diff --git a/priv/templates/cmake.template b/priv/templates/cmake.template index 2874c8ae..227f5fa5 100644 --- a/priv/templates/cmake.template +++ b/priv/templates/cmake.template @@ -1,2 +1,2 @@ -{description, "Makefile for building C/C++ in c_src"}. +{description, "Standalone Makefile for building C/C++ in c_src"}. {template, "Makefile", "c_src/Makefile"}. diff --git a/priv/templates/escript.template b/priv/templates/escript.template index c0afd3c8..e41c313f 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"} diff --git a/priv/templates/lib.template b/priv/templates/lib.template index cbb3672c..4d069013 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"} diff --git a/priv/templates/plugin.template b/priv/templates/plugin.template index 0181bd2f..811be0bd 100644 --- a/priv/templates/plugin.template +++ b/priv/templates/plugin.template @@ -1,4 +1,4 @@ -{description, "Rebar3 plugin"}. +{description, "Rebar3 plugin project structure"}. {variables, [ {name, "myplugin", "Name of the plugin"}, {desc, "A rebar plugin", "Short description of the plugin's purpose"}