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/61d9f39e Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/61d9f39e Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/61d9f39e Branch: refs/heads/branch-1.99.1 Commit: 61d9f39e89e50da01ca69bfaad493800eab544a5 Parents: 1074ad2 Author: Bilung Lee <[email protected]> Authored: Mon Dec 17 10:45:08 2012 -0800 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Mon Dec 17 17:37:20 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/61d9f39e/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.
