From d7f02e1ca07496cfcc892b1455de8eb5315328a2 Mon Sep 17 00:00:00 2001 From: UmbertoC Date: Sat, 2 Aug 2014 13:01:06 +0200 Subject: Fixed output of help command list-templates was replaced by bootstrap-lib in the output of the help command. --- plugins/bootstrap.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/bootstrap.mk') 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. -- cgit v1.2.3