diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-06-21 20:00:44 -0800 |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-06-21 20:00:44 -0800 |
commit | 2ce2e6008314a884ee8f4542209d3297fe55693a (patch) | |
tree | 3afa461eff50949840168ffd350d94c25cd993d5 /programs/lz4.1 | |
parent | b17d3220d272af21e85d1636b2ef02fc1e4b78af (diff) | |
download | lz4-2ce2e6008314a884ee8f4542209d3297fe55693a.tar.gz lz4-2ce2e6008314a884ee8f4542209d3297fe55693a.tar.bz2 lz4-2ce2e6008314a884ee8f4542209d3297fe55693a.zip |
Minor doc clarification on sparse mode support
Diffstat (limited to 'programs/lz4.1')
-rw-r--r-- | programs/lz4.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1 index a79fed3..414da48 100644 --- a/programs/lz4.1 +++ b/programs/lz4.1 @@ -185,7 +185,7 @@ independently, and the resulting name of the compressed file will be hence for a file. It won't work with unknown source size, such as stdin or pipe. .TP .B \--[no-]sparse - sparse file support (default:enabled) + sparse mode support (default:enabled on file, disabled on stdout) .TP .B \-l use Legacy format (useful for Linux Kernel compression) |