aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--erlang.mk2
-rw-r--r--plugins/bootstrap.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/erlang.mk b/erlang.mk
index cc59b60..f37307d 100644
--- a/erlang.mk
+++ b/erlang.mk
@@ -252,7 +252,7 @@ help::
" bootstrap-lib Generate a skeleton of an OTP library" \
" bootstrap-rel Generate the files needed to build a release" \
" new t=TPL n=NAME Generate a module NAME based on the template TPL" \
- " bootstrap-lib List available templates"
+ " list-templates List available templates"
# Bootstrap templates.
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk
index 7733f0e..c3615be 100644
--- a/plugins/bootstrap.mk
+++ b/plugins/bootstrap.mk
@@ -12,7 +12,7 @@ help::
" bootstrap-lib Generate a skeleton of an OTP library" \
" bootstrap-rel Generate the files needed to build a release" \
" new t=TPL n=NAME Generate a module NAME based on the template TPL" \
- " bootstrap-lib List available templates"
+ " list-templates List available templates"
# Bootstrap templates.