package: Escape \ in usage text

This commit is contained in:
Ingo Weinhold
2013-10-10 21:40:20 +02:00
parent 97d30f2cfb
commit 302a8fc86e
+2 -2
View File
@@ -86,8 +86,8 @@ static const char* kUsage =
" %%name%% - the package name\n" " %%name%% - the package name\n"
" %%version%% - the package version\n" " %%version%% - the package version\n"
" %%%% - %%\n" " %%%% - %%\n"
" \n - new line\n" " \\n - new line\n"
" \t - tab\n" " \\t - tab\n"
"\n" "\n"
" list [ <options> ] <package>\n" " list [ <options> ] <package>\n"
" Lists the contents of package file <package>.\n" " Lists the contents of package file <package>.\n"