Browse Source

Merge branch 'fix_help_text' of https://github.com/ingwinlu/erlang.mk

Loïc Hoguin 9 years ago
parent
commit
0f600ded31
1 changed files with 2 additions and 2 deletions
  1. 2 2
      plugins/bootstrap.mk

+ 2 - 2
plugins/bootstrap.mk

@@ -11,8 +11,8 @@ help::
 		"  bootstrap          Generate a skeleton of an OTP application" \
 		"  bootstrap-lib      Generate a skeleton of an OTP library" \
 		"  bootstrap-rel      Generate the files needed to build a release" \
-		"  new-app n=NAME     Create a new local OTP application NAME" \
-		"  new-lib n=NAME     Create a new local OTP library NAME" \
+		"  new-app in=NAME    Create a new local OTP application NAME" \
+		"  new-lib in=NAME    Create a new local OTP library NAME" \
 		"  new t=TPL n=NAME   Generate a module NAME based on the template TPL" \
 		"  new t=T n=N in=APP Generate a module NAME based on the template TPL in APP" \
 		"  list-templates     List available templates"