Update faq about updating scripts
Yuval Kogman [Mon, 21 Nov 2005 09:53:43 +0000 (09:53 +0000)]
lib/Catalyst/Manual/FAQ.pod

index 158b45e..8ce7bef 100644 (file)
@@ -8,7 +8,12 @@ Frequently Asked Questions
 
 =head2 How do I regenerate the helper scripts?
 
-Create a new app with the same name and copy scripts/ to app directory
+Outside your apps dir run the C<catalyst.pl> script with the same name, and the
+C<-scripts> switch.
+
+       catalyst.pl -scripts Foo        
+
+To overwrite (instead of creating C<.new> files) use the C<-force> switch.
 
 =head2 I have added tables to my DB - how to autogenerate the classes?