Updated Branches: refs/heads/sqoop2 a43542f78 -> 4c10a3173
SQOOP-760 Sqoop2: Invalid escape sequence in client resource file (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/4c10a317 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/4c10a317 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/4c10a317 Branch: refs/heads/sqoop2 Commit: 4c10a317374a8110caa1937407d9b9f16e81a50b Parents: a43542f Author: Bilung Lee <[email protected]> Authored: Mon Dec 17 10:45:08 2012 -0800 Committer: Bilung Lee <[email protected]> Committed: Mon Dec 17 10:45:08 2012 -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/4c10a317/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 877c986..7bc7486 100644 --- a/client/src/main/resources/client-resource.properties +++ b/client/src/main/resources/client-resource.properties @@ -156,7 +156,7 @@ show.prompt_version_client_server = @|bold {0} version:|@\n Sqoop {1} \ revision {2} \n Compiled by {3} on {4} show.prompt_version_protocol = @|bold Protocol version:|@\n {0} -sqoop.shell_banner = @|green Sqoop Shell:|@ Type '@|bold help|@' or '@|bold \h|@' for help. +sqoop.shell_banner = @|green Sqoop Shell:|@ Type '@|bold help|@' or '@|bold \\h|@' for help. sqoop.prompt_shell_loadrc = Loading resource file {0} sqoop.prompt_shell_loadedrc = Resource file loaded.
