minor fixups
[dbsrgits/DBIx-Class.git] / script / dbicadmin
index 51bbf0e..38caf6d 100755 (executable)
@@ -14,7 +14,7 @@ my ($opts, $usage) = describe_options(
       ['create|c' => 'Create version diffs needs preversion',],
       ['upgrade|u' => 'Upgrade the database to the current schema '],
       ['install|i' => 'Install the schema to the database',],
-      ['deploy|d' => 'Deploy the a to the database',],
+      ['deploy|d' => 'Deploy the schema to the database',],
       ['select|s'   => 'Select data from the schema', ],
       ['insert|i'   => 'Insert data into the schema', ],
       ['update|u'   => 'Update data in the schema', ],