Skip to content

Commit

Permalink
0000806: DbFill --help argument captions are not displayed correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrougher committed Sep 8, 2012
1 parent 14661de commit 87a617d
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -103,3 +103,7 @@ DbImport.Option.force=Ignore ANY errors and attempt to continue on processing th
DbImport.Option.alter=If the table already exists, attempt to alter it to match the import definition. This only applies for --format=XML.
DbImport.Option.drop-if-exists=If the table already exists, attempt to drop it before creating it. This only applies for --format=XML.
DbImport.Option.alter-case=During the creation of tables alter the case to match the default case of the database. This only applies for --format=XML.

DbFill.Option.catalog=Look for tables in catalog.
DbFill.Option.count=The number of rows to generate in each table.
DbFill.Option.schema=Look for tables in schema.

0 comments on commit 87a617d

Please sign in to comment.