X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F03_MoreCatalystBasics.pod;h=4ff441e52b5ef21bf63859ee9d522e3ede693457;hp=2c2ea7a757b8e06daf6fc04a51a5e3bdc25fd38e;hb=0254134de1f297debee9fb4fd81a139130fca435;hpb=a1de5b6537e37154353b246b66def4f0264b731f diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 2c2ea7a..4ff441e 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -134,7 +134,7 @@ but a I. Although most of the items specified on the C line of your application class will be plugins, Catalyst supports a limited number of flag options (of these, C<-Debug> is the most common). See the documentation for -C to get details on +L to get details on other flags (currently C<-Engine>, C<-Home>, C<-Log>, and C<-Stats>). If you prefer, there are several other ways to enable debug output: @@ -1474,7 +1474,7 @@ dramatically increase the security of your app.) In some situations, it can be useful to run your application and display a page without using a browser. Catalyst lets you do this using the -C script. Just supply the URL you wish to +C