From 731d11edde009fceb7c4b0f34bf44313e856f603 Mon Sep 17 00:00:00 2001 From: erilong Date: Thu, 12 Apr 2012 21:17:59 +0000 Subject: [PATCH] use format argument --- .../src/main/resources/symmetric-messages.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/symmetric/symmetric-client/src/main/resources/symmetric-messages.properties b/symmetric/symmetric-client/src/main/resources/symmetric-messages.properties index e8d1567668..a5922c74aa 100644 --- a/symmetric/symmetric-client/src/main/resources/symmetric-messages.properties +++ b/symmetric/symmetric-client/src/main/resources/symmetric-messages.properties @@ -44,5 +44,4 @@ DbDump.Option.add-drop-table=Add drop table commands to output. DbDump.Option.no-create-info=Do not write statements to create tables. DbDump.Option.no-data=Do not write statements to insert into tables. DbDump.Option.comments=Write informational comments. -DbDump.Option.xml=Write output as XML. -DbDump.Option.csv=Write output as CSV. +DbDump.Option.format=Output format: SQL, CSV, or XML.