[Catalyst-commits] r13060 - Catalyst-Runtime/5.80/trunk/lib
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Mar 22 10:30:30 GMT 2010
Author: rafl
Date: 2010-03-22 10:30:30 +0000 (Mon, 22 Mar 2010)
New Revision: 13060
Modified:
Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
Log:
It's --help, not -help.
Modified: Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-03-22 09:27:45 UTC (rev 13059)
+++ Catalyst-Runtime/5.80/trunk/lib/Catalyst.pm 2010-03-22 10:30:30 UTC (rev 13060)
@@ -1516,7 +1516,7 @@
<a href="http://cpansearch.perl.org/search?query=Catalyst%3A%3AModel%3A%3A&mode=all">models</a>, and
<a href="http://cpansearch.perl.org/search?query=Catalyst%3A%3AView%3A%3A&mode=all">views</a>;
they can save you a lot of work.</p>
- <pre><code>script/${prefix}_create.pl -help</code></pre>
+ <pre><code>script/${prefix}_create.pl --help</code></pre>
<p>Also, be sure to check out the vast and growing
collection of <a href="http://search.cpan.org/search?query=Catalyst">plugins for Catalyst on CPAN</a>;
you are likely to find what you need there.
More information about the Catalyst-commits
mailing list