From 3ea5145a965a31e8251cad706af06d3cecc92733 Mon Sep 17 00:00:00 2001 From: Jarek Jarcec Cecho Date: Fri, 8 Feb 2013 19:56:39 -0800 Subject: [PATCH] SQOOP-871: Connector-level job-specific prop gives wrong help msg (Will McQueen via Jarek Jarcec Cecho) --- .../resources/generic-jdbc-connector-resources.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties b/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties index 6512f297..6ab42967 100644 --- a/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties +++ b/connector/connector-generic-jdbc/src/main/resources/generic-jdbc-connector-resources.properties @@ -47,11 +47,11 @@ connection.jdbcProperties.label = JDBC Connection Properties connection.jdbcProperties.help = Enter any JDBC properties that should be \ supplied during the creation of connection. -# Table From +# Table Form # table.label = Database configuration table.help = You must supply the information requested in order to create \ - a connection object. + a job object. # Table name table.tableName.label = Table name