From 2ce2e6008314a884ee8f4542209d3297fe55693a Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Sun, 21 Jun 2015 20:00:44 -0800 Subject: [PATCH] Minor doc clarification on sparse mode support --- programs/lz4.1 | 2 +- programs/lz4cli.c | 2 +- 2 files changed, 2 insertions(+), 2 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) diff --git a/programs/lz4cli.c b/programs/lz4cli.c index 8117785..32ce4f3 100644 --- a/programs/lz4cli.c +++ b/programs/lz4cli.c @@ -180,7 +180,7 @@ static int usage_advanced(void) /* DISPLAY( " -BX : enable block checksum (default:disabled)\n"); *//* Option currently inactive */ DISPLAY( "--no-frame-crc : disable stream checksum (default:enabled)\n"); DISPLAY( "--content-size : compressed frame includes original size (default:not present)\n"); - DISPLAY( "--[no-]sparse : sparse file support (default:enabled)\n"); + DISPLAY( "--[no-]sparse : sparse mode (default:enabled on file, disabled on stdout)\n"); DISPLAY( "Benchmark arguments :\n"); DISPLAY( " -b : benchmark file(s)\n"); DISPLAY( " -i# : iteration loops [1-9](default : 3), benchmark mode only\n"); -- 2.7.4