From 87a617dd23f82de7f213dd6d7c45b489949d7658 Mon Sep 17 00:00:00 2001 From: Austin Brougher Date: Sat, 8 Sep 2012 17:59:48 +0000 Subject: [PATCH] 0000806: DbFill --help argument captions are not displayed correctly. --- .../src/main/resources/symmetric-messages.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/symmetric-client/src/main/resources/symmetric-messages.properties b/symmetric-client/src/main/resources/symmetric-messages.properties index 652bc15069..f809a83b62 100644 --- a/symmetric-client/src/main/resources/symmetric-messages.properties +++ b/symmetric-client/src/main/resources/symmetric-messages.properties @@ -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.