X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2Fscript%2Fmyapp_create.pl.tt;fp=share%2Fscript%2Fmyapp_create.pl.tt;h=43eb77ec25aa2492c4ed66168bf4715499833725;hb=ed763c0fa4b58576fbc2149b1d33ca74de1ad4dc;hp=ced979fa88931e468c557356527e1a69c7732973;hpb=e62ab07578a0433bdd4be9dd55a5cd6221973a70;p=catagits%2FCatalyst-Devel.git 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