diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-10-16 20:35:39 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-10-16 20:35:39 +0300 |
commit | 7b7fe902d98da28e5769e2aa1e0c08c92384f7ee (patch) | |
tree | c7b96bd087c846cea01b2c1844e0cc9d82721d0a /src | |
parent | Use a tuklib module for integer handling. (diff) | |
download | xz-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 'src')
-rw-r--r-- | src/xz/message.c | 2 |
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(_( |