X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fdbicadmin;h=10cd89f7fb40589ac4eb5b9390762801e794a5b5;hb=6ddb4ac0da84a99b4e563a8c828dd3dc25a0aa11;hp=16e97fecdd2f11e3cbfb5bac3964757e8ac27e0c;hpb=f54428abf9cc7d7e5604745335694eaf558f6820;p=dbsrgits%2FDBIx-Class.git diff --git a/script/dbicadmin b/script/dbicadmin index 16e97fe..10cd89f 100755 --- a/script/dbicadmin +++ b/script/dbicadmin @@ -50,7 +50,7 @@ my ($opts, $usage) = describe_options( ['resultset|resultset-class|class:s' => 'The resultset to operate on for data manipulation' ], ['config-stanza:s' => 'Where in the config to find the connection_info, supply in form MyApp::Model::DB',], ['config:s' => 'Supply the config file for parsing by Config::Any', { depends => 'config_stanza'} ], - ['connect-info:s%' => 'Supply the connect info as additonal options ie -I dsn= user= password= '], + ['connect-info:s%' => 'Supply the connect info as additional options ie -I dsn= user= password= '], ['connect:s' => 'Supply the connect info as a json string' ], ['sql-dir:s' => 'The directory where sql diffs will be created'], ['sql-type:s' => 'The RDBMs flavour you wish to use'],