summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-06-22 04:00:44 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-06-22 04:00:44 (GMT)
commit2ce2e6008314a884ee8f4542209d3297fe55693a (patch)
tree3afa461eff50949840168ffd350d94c25cd993d5 /programs/lz4cli.c
parentb17d3220d272af21e85d1636b2ef02fc1e4b78af (diff)
downloadlz4-2ce2e6008314a884ee8f4542209d3297fe55693a.zip
lz4-2ce2e6008314a884ee8f4542209d3297fe55693a.tar.gz
lz4-2ce2e6008314a884ee8f4542209d3297fe55693a.tar.bz2
Minor doc clarification on sparse mode support
Diffstat (limited to 'programs/lz4cli.c')
-rw-r--r--programs/lz4cli.c2
1 files changed, 1 insertions, 1 deletions
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");