diff options
author | UmbertoC <[email protected]> | 2014-08-02 13:01:06 +0200 |
---|---|---|
committer | Umberto Corponi <[email protected]> | 2014-08-02 14:38:58 +0200 |
commit | d7f02e1ca07496cfcc892b1455de8eb5315328a2 (patch) | |
tree | adb8caae578dc56015d6e7ce5dff9252b066a9b5 | |
parent | e2d8e0361e91360e435ef47cfadeb1d772b1a6e0 (diff) | |
download | erlang.mk-d7f02e1ca07496cfcc892b1455de8eb5315328a2.tar.gz erlang.mk-d7f02e1ca07496cfcc892b1455de8eb5315328a2.tar.bz2 erlang.mk-d7f02e1ca07496cfcc892b1455de8eb5315328a2.zip |
Fixed output of help command
list-templates was replaced by bootstrap-lib in the output of the help command.
-rw-r--r-- | erlang.mk | 2 | ||||
-rw-r--r-- | plugins/bootstrap.mk | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |