summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2016-11-13 01:21:29 (GMT)
committerYann Collet <cyan@fb.com>2016-11-13 01:21:29 (GMT)
commitf42130ee44d47105c9d86064b3f68d10af6a10f5 (patch)
treeda3a604db0b35dc7b71c80a277921049094d992d /NEWS
parent84b97f90b81195590700fb791b83165d9e8cc1cd (diff)
downloadlz4-f42130ee44d47105c9d86064b3f68d10af6a10f5.zip
lz4-f42130ee44d47105c9d86064b3f68d10af6a10f5.tar.gz
lz4-f42130ee44d47105c9d86064b3f68d10af6a10f5.tar.bz2
cli : add --help command
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 94bbc3a..054265c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ Fix : better ratio on 64-bits big-endian targets
Improved cmake build script, by Evan Nemerson
New liblz4-dll project, by Przemyslaw Skibinki
Makefile: Generates object files (*.o) for faster (re)compilation on low power systems
-cli : new : --rm command
+cli : new : --rm and --help commands
cli : new : preserved file attributes, by Przemyslaw Skibinki
cli : fix : crash on some invalid inputs
cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell