Mention --check=none in --long-help. It was already in

the man page though.

Thanks to Jim Meyering for noticing this.
This commit is contained in:
Lasse Collin 2009-10-16 20:35:39 +03:00
parent ebfb2c5e1f
commit 7b7fe902d9
1 changed files with 1 additions and 1 deletions

View 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(_(