aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-10-16 20:35:39 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-10-16 20:35:39 +0300
commit7b7fe902d98da28e5769e2aa1e0c08c92384f7ee (patch)
treec7b96bd087c846cea01b2c1844e0cc9d82721d0a /src/xz
parentUse a tuklib module for integer handling. (diff)
downloadxz-7b7fe902d98da28e5769e2aa1e0c08c92384f7ee.tar.xz
Mention --check=none in --long-help. It was already in
the man page though. Thanks to Jim Meyering for noticing this.
Diffstat (limited to '')
-rw-r--r--src/xz/message.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/message.c b/src/xz/message.c
index 991fa7d4..8fffa8c7 100644
--- a/src/xz/message.c
+++ b/src/xz/message.c
@@ -1064,7 +1064,7 @@ message_help(bool long_help)
" -F, --format=FMT file format to encode or decode; possible values are\n"
" `auto' (default), `xz', `lzma', and `raw'\n"
" -C, --check=CHECK integrity check type: `crc32', `crc64' (default),\n"
-" or `sha256'"));
+" `sha256', or `none' (use with caution)"));
}
puts(_(