Updated Branches: refs/heads/sqoop2 687e13050 -> 4028f99da
SQOOP-867: Sqoop2 client shows wrong msg (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/4028f99d Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4028f99d Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4028f99d Branch: refs/heads/sqoop2 Commit: 4028f99da579c7e4780f883fcd0926056ea3eab5 Parents: 687e130 Author: Jarek Jarcec Cecho <[email protected]> Authored: Wed Feb 6 18:36:26 2013 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Wed Feb 6 18:36:26 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/4028f99d/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 b5f57c9..62b5e21 100644 --- a/client/src/main/resources/client-resource.properties +++ b/client/src/main/resources/client-resource.properties @@ -123,7 +123,7 @@ show.prompt_conns_to_show = @|bold {0} connection(s) to show: |@ show.prompt_conn_info = Connection with id {0} and name {1} (Created {2}, Updated {3}) show.prompt_display_all_connectors = Display all connectors -show.prompt_display_connector_cid = Display the connector with xid +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_connector_info = Connector with id {0}:\n Name: {1} \n \
