diff options
author | Loïc Hoguin <[email protected]> | 2016-02-26 20:33:16 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-02-26 20:33:16 +0100 |
commit | 0f600ded313932285845eae7946cf640ccebf70a (patch) | |
tree | 9d2b2eb43a351d55872d0947bb456232ddd8d162 | |
parent | 4e5899fed96858bb0a6a32eebd38e37e560b7649 (diff) | |
parent | 6164c815c33d9e5151bd24cfb1daf2fbb97016a6 (diff) | |
download | erlang.mk-0f600ded313932285845eae7946cf640ccebf70a.tar.gz erlang.mk-0f600ded313932285845eae7946cf640ccebf70a.tar.bz2 erlang.mk-0f600ded313932285845eae7946cf640ccebf70a.zip |
Merge branch 'fix_help_text' of https://github.com/ingwinlu/erlang.mk
-rw-r--r-- | plugins/bootstrap.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 4aa1052..339ef27 100644 --- a/plugins/bootstrap.mk +++ b/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" |