From: Justin Hunter <justin.d.hunter@gmail.com>
Date: Tue, 7 Dec 2010 19:31:15 +0000 (-0800)
Subject: doc fix per Khisanth on irc.perl.org
X-Git-Tag: 0.07003~26
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e83cb1490767415df0cf154b3238aa8a1db78ae3;p=dbsrgits%2FDBIx-Class-Schema-Loader.git

doc fix per Khisanth on irc.perl.org
---

diff --git a/script/dbicdump b/script/dbicdump
index c1d14f5..d1573b2 100644
--- a/script/dbicdump
+++ b/script/dbicdump
@@ -13,7 +13,7 @@ dbicdump - Dump a schema using DBIx::Class::Schema::Loader
 Dbicdump generates a L<DBIx::Class> schema using
 L<DBIx::Class::Schema::Loader/make_schema_at> and dumps it to disk.
 
-You can pass any L<DBIx::Class::Loader::Base> constructor option using
+You can pass any L<DBIx::Class::Schema::Loader::Base> constructor option using
 C<< -o <option>=<value> >>. For convenience, option names will have C<->
 replaced with C<_> and values that look like references or quote-like
 operators will be C<eval>-ed before being passed to the constructor.