Updated Branches: refs/heads/sqoop2 4028f99da -> ae31799a1
SQOOP-868: Mismatched msg in sqoop2 client (Will McQueen via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/ae31799a Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/ae31799a Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/ae31799a Branch: refs/heads/sqoop2 Commit: ae31799a15039afb06a95b4f54f0343172942e97 Parents: 4028f99 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Feb 6 18:44:34 2013 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Feb 6 18:44:34 2013 -0800 ---------------------------------------------------------------------- .../src/main/resources/client-resource.properties | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/ae31799a/client/src/main/resources/client-resource.properties ---------------------------------------------------------------------- diff --git a/client/src/main/resources/client-resource.properties b/client/src/main/resources/client-resource.properties index 62b5e21..58cfe55 100644 --- a/client/src/main/resources/client-resource.properties +++ b/client/src/main/resources/client-resource.properties @@ -125,7 +125,7 @@ show.prompt_conn_info = Connection with id {0} and name {1} (Created {2}, Update show.prompt_display_all_connectors = Display all connectors show.prompt_display_connector_cid = Display the connector with cid show.connector_usage = Usage: show connector -show.prompt_connectors_to_show = @|bold {0} connection(s) to show: |@ +show.prompt_connectors_to_show = @|bold {0} connector(s) to show: |@ show.prompt_connector_info = Connector with id {0}:\n Name: {1} \n \ Class: {2}\n Version: {3}
