Browse Source

Fixed output of help command

list-templates was replaced by bootstrap-lib in the output of the help command.
UmbertoC 11 years ago
parent
commit
d7f02e1ca0
2 changed files with 2 additions and 2 deletions
  1. 1 1
      erlang.mk
  2. 1 1
      plugins/bootstrap.mk

+ 1 - 1
erlang.mk

@@ -252,7 +252,7 @@ help::
 		"  bootstrap-lib      Generate a skeleton of an OTP library" \
 		"  bootstrap-lib      Generate a skeleton of an OTP library" \
 		"  bootstrap-rel      Generate the files needed to build a release" \
 		"  bootstrap-rel      Generate the files needed to build a release" \
 		"  new t=TPL n=NAME   Generate a module NAME based on the template TPL" \
 		"  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.
 # Bootstrap templates.
 
 

+ 1 - 1
plugins/bootstrap.mk

@@ -12,7 +12,7 @@ help::
 		"  bootstrap-lib      Generate a skeleton of an OTP library" \
 		"  bootstrap-lib      Generate a skeleton of an OTP library" \
 		"  bootstrap-rel      Generate the files needed to build a release" \
 		"  bootstrap-rel      Generate the files needed to build a release" \
 		"  new t=TPL n=NAME   Generate a module NAME based on the template TPL" \
 		"  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.
 # Bootstrap templates.