From: Florian Ragwitz Date: Mon, 22 Mar 2010 10:30:30 +0000 (+0000) Subject: It's --help, not -help. X-Git-Tag: 5.80022~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=c5f31918de3c1816c5196ac54c85caac8fa63a71 It's --help, not -help. --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 3a43f54..1997c84 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1516,7 +1516,7 @@ sub welcome_message { models, and views; they can save you a lot of work.

-
script/${prefix}_create.pl -help
+
script/${prefix}_create.pl --help

Also, be sure to check out the vast and growing collection of plugins for Catalyst on CPAN; you are likely to find what you need there.