hrev46208 adds 1 changeset to branch 'master' old head: 97d30f2cfb33b5e0c254625800e8067e9351a91c new head: 302a8fc86ec3037f90af671c3976c9862f7656b5 overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=302a8fc+%5E97d30f2 ---------------------------------------------------------------------------- 302a8fc: package: Escape \ in usage text [ Ingo Weinhold <ingo_weinhold@xxxxxx> ] ---------------------------------------------------------------------------- Revision: hrev46208 Commit: 302a8fc86ec3037f90af671c3976c9862f7656b5 URL: http://cgit.haiku-os.org/haiku/commit/?id=302a8fc Author: Ingo Weinhold <ingo_weinhold@xxxxxx> Date: Thu Oct 10 19:40:20 2013 UTC ---------------------------------------------------------------------------- 1 file changed, 2 insertions(+), 2 deletions(-) src/bin/package/package.cpp | 4 ++-- ---------------------------------------------------------------------------- diff --git a/src/bin/package/package.cpp b/src/bin/package/package.cpp index 8fdd8bd..627755f 100644 --- a/src/bin/package/package.cpp +++ b/src/bin/package/package.cpp @@ -86,8 +86,8 @@ static const char* kUsage = " %%name%% - the package name\n" " %%version%% - the package version\n" " %%%% - %%\n" - " \n - new line\n" - " \t - tab\n" + " \\n - new line\n" + " \\t - tab\n" "\n" " list [ <options> ] <package>\n" " Lists the contents of package file <package>.\n"