X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=script%2Fdbicadmin;fp=script%2Fdbicadmin;h=e6066fbc435fba92966f1af51d7ad40ded2060e8;hb=4a0eed52f392b2e135385d0c06b06160200f3772;hp=13c724dd5ae7453f4fb5c8946d6163ed4b2b1c33;hpb=5d2588ccdd92a01535fefd77c45240f75e8ec090;p=dbsrgits%2FDBIx-Class.git diff --git a/script/dbicadmin b/script/dbicadmin index 13c724d..e6066fb 100755 --- a/script/dbicadmin +++ b/script/dbicadmin @@ -41,7 +41,7 @@ my ($opts, $usage) = describe_options( ['insert' => 'Insert data into the schema'], ['update' => 'Update data in the schema'], ['delete' => 'Delete data from the schema'], - ['op:s' => 'compatiblity option all of the above can be suppied as --op='], + ['op:s' => 'compatibility option all of the above can be supplied as --op='], ['help' => 'display this help', { implies => { schema_class => '__dummy__' } } ], ['documentation-as-pod:s' => 'hidden', { implies => { schema_class => '__dummy__' } } ], ], required => 1 }], @@ -100,7 +100,7 @@ if($opts->{help}) { $usage->die(); } -# option compatability mangle +# option compatibility mangle # (can not be joined in the spec, one is s% the other is s) if($opts->{connect}) { $opts->{connect_info} = delete $opts->{connect};