Просмотр исходного кода

Fixed output of help command

list-templates was replaced by bootstrap-lib in the output of the help command.
UmbertoC 10 лет назад
Родитель
Сommit
d7f02e1ca0
2 измененных файлов с 2 добавлено и 2 удалено
  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-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.
 

+ 1 - 1
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.