aboutsummaryrefslogtreecommitdiff
path: root/src/xz/message.c
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-05-22 14:43:00 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-05-22 14:43:00 +0300
commitb60376249e0c586910c4121fab4f791820cc1289 (patch)
treea05903c27ddb37000c1eafe453189acf13eb4153 /src/xz/message.c
parentFix a comment. (diff)
downloadxz-b60376249e0c586910c4121fab4f791820cc1289.tar.xz
Add --no-warn.
Diffstat (limited to 'src/xz/message.c')
-rw-r--r--src/xz/message.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 9e1ee2f6..7598adce 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1135,6 +1135,10 @@ message_help(bool long_help)
if (long_help)
puts(_(
+" -Q, --no-warn make warnings not affect the exit status"));
+
+ if (long_help)
+ puts(_(
"\n"
" -h, --help display the short help (lists only the basic options)\n"
" -H, --long-help display this long help"));