From: Tomas Doran Date: Sun, 27 Mar 2011 12:26:12 +0000 (+0100) Subject: Long opts need double - X-Git-Tag: 1.34~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcbde01e44c106900fc306c35f0f923c91b4473e;hp=e2c3c7e50d55efb99b5831ab216033325bc2ef8c;p=catagits%2FCatalyst-Devel.git Long opts need double - --- diff --git a/share/script/myapp_create.pl.tt b/share/script/myapp_create.pl.tt index ced979f..43eb77e 100644 --- a/share/script/myapp_create.pl.tt +++ b/share/script/myapp_create.pl.tt @@ -23,7 +23,7 @@ Catalyst::ScriptRunner->run('[% name %]', 'Create'); Examples: [% appprefix %]_create.pl controller My::Controller - [% appprefix %]_create.pl -mechanize controller My::Controller + [% appprefix %]_create.pl --mechanize controller My::Controller [% appprefix %]_create.pl view My::View [% appprefix %]_create.pl view HTML TT [% appprefix %]_create.pl model My::Model