aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-03 13:32:05 +0200
committerLoïc Hoguin <[email protected]>2014-08-03 13:32:05 +0200
commit4283f9d3fd13f21bcfa9463e8e43d33fe54e8b70 (patch)
treeadb8caae578dc56015d6e7ce5dff9252b066a9b5
parente2d8e0361e91360e435ef47cfadeb1d772b1a6e0 (diff)
parentd7f02e1ca07496cfcc892b1455de8eb5315328a2 (diff)
downloaderlang.mk-4283f9d3fd13f21bcfa9463e8e43d33fe54e8b70.tar.gz
erlang.mk-4283f9d3fd13f21bcfa9463e8e43d33fe54e8b70.tar.bz2
erlang.mk-4283f9d3fd13f21bcfa9463e8e43d33fe54e8b70.zip
Merge branch 'patch-1' of git://github.com/corpy/erlang.mk
-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.