From: Gordon Irving Date: Sat, 20 Feb 2010 21:01:41 +0000 (+0000) Subject: change Options to Arguments X-Git-Tag: v0.08120~15^2~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d26b972689debb8c655f0404349195042fd288ea;hp=da08b1d2c9969055b653fcefcbff6fa6cbeee346;p=dbsrgits%2FDBIx-Class.git change Options to Arguments --- diff --git a/script/dbicadmin b/script/dbicadmin index c097c71..975f62a 100755 --- a/script/dbicadmin +++ b/script/dbicadmin @@ -45,7 +45,7 @@ my ($opts, $usage) = describe_options( ['help|h' => 'display this help', { implies => { schema_class => 'main' } } ], ['pod' => 'Output this usage as pod', { implies => { schema_class => 'main' } } ], ], required=> 1 }], - ['Options'], + ['Arguments'], ['schema-class|schema|C:s' => 'The class of the schema to load', { required => 1 } ], ['resultset|resultset_class|class|r:s' => 'The resultset to operate on for data manipulation' ], ['config-stanza|S:s' => 'Where in the config to find the connection_info, supply in form MyApp::Model::DB',],