summaryrefslogtreecommitdiffstats
path: root/programs/lz4cli.c
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2017-08-15 23:57:00 (GMT)
committerYann Collet <cyan@fb.com>2017-08-15 23:57:00 (GMT)
commita1f3a27e9b3caf42d31100f96bbb88866e08a517 (patch)
tree014922fceee22f63d46a0d04328234c3711f4799 /programs/lz4cli.c
parent01cdbfb5feda4adee65cc3da04b426c0c22368a3 (diff)
parentaf9d72b7f6809ec972787c446d464a8f9be443ba (diff)
downloadlz4-a1f3a27e9b3caf42d31100f96bbb88866e08a517.zip
lz4-a1f3a27e9b3caf42d31100f96bbb88866e08a517.tar.gz
lz4-a1f3a27e9b3caf42d31100f96bbb88866e08a517.tar.bz2
Merge branch 'dev' into installVars and fixed conflicts
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 0cabc27..b4a3c14 100644
--- a/programs/lz4cli.c
+++ b/programs/lz4cli.c
@@ -138,7 +138,7 @@ static int usage_advanced(const char* exeName)
DISPLAY( " -l : compress using Legacy format (Linux kernel compression)\n");
DISPLAY( " -B# : Block size [4-7] (default : 7) \n");
DISPLAY( " -BD : Block dependency (improve compression ratio) \n");
- /* DISPLAY( " -BX : enable block checksum (default:disabled)\n"); *//* Option currently inactive */
+ DISPLAY( " -BX : enable block checksum (default:disabled) \n");
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 mode (default:enabled on file, disabled on stdout)\n");