diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-04-15 09:34:08 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-04-15 09:34:08 (GMT) |
commit | 4e574e7395323d7fe0edb4313d79d5ab3b2607ae (patch) | |
tree | 7fcdf9e8353f205a9a41f567fa35ef988739af44 /programs/lz4.1 | |
parent | d37926b0b58b2eaae972946713b92d7c8bb8621f (diff) | |
download | lz4-4e574e7395323d7fe0edb4313d79d5ab3b2607ae.zip lz4-4e574e7395323d7fe0edb4313d79d5ab3b2607ae.tar.gz lz4-4e574e7395323d7fe0edb4313d79d5ab3b2607ae.tar.bz2 |
Updated lz4frame error names
Diffstat (limited to 'programs/lz4.1')
-rw-r--r-- | programs/lz4.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1 index eea248f..a9b5195 100644 --- a/programs/lz4.1 +++ b/programs/lz4.1 @@ -177,12 +177,12 @@ independently, and the resulting name of the compressed file will be block dependency (improve compression ratio) .TP .B \--[no-]frame-crc - disable stream checksum (default:enabled) + select frame checksum (default:enabled) .TP .B \--[no-]content-size - compressed file includes original size (default:not present) + header includes original size (default:not present) Note : this option can only be activated when the original size can be determined, -hence for a file. It won't work with unknown source size, such as stdin pipe. +hence for a file. It won't work with unknown source size, such as stdin or pipe. .TP .B \--[no-]sparse enable sparse file (default:disabled)(experimental) |