Minor doc clarification on sparse mode support
authorYann Collet <yann.collet.73@gmail.com>
Mon, 22 Jun 2015 04:00:44 +0000 (20:00 -0800)
committerYann Collet <yann.collet.73@gmail.com>
Mon, 22 Jun 2015 04:00:44 +0000 (20:00 -0800)
programs/lz4.1
programs/lz4cli.c

index a79fed3..414da48 100644 (file)
@@ -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)
index 8117785..32ce4f3 100644 (file)
@@ -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");