Mention --check=none in --long-help. It was already in
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 16 Oct 2009 17:35:39 +0000 (20:35 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 16 Oct 2009 17:35:39 +0000 (20:35 +0300)
the man page though.

Thanks to Jim Meyering for noticing this.

src/xz/message.c

index 991fa7d..8fffa8c 100644 (file)
@@ -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(_(