update cli entry
authorYann Collet <cyan@fb.com>
Mon, 16 Nov 2020 03:46:12 +0000 (19:46 -0800)
committerYann Collet <cyan@fb.com>
Mon, 16 Nov 2020 03:46:12 +0000 (19:46 -0800)
NEWS

diff --git a/NEWS b/NEWS
index 91f750614ecca8d1bb5c437cc3231bd22cabac26..401931e486621e4b0cb2c6375bc8fd40c54bcf03 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,7 @@ api : improved LZ4F_compressBound() with automatic flushing, by Christopher Harv
 api : can (de)compress to/from NULL without UBs
 api : fix alignment test on 32-bit systems (state initialization)
 api : fix LZ4_saveDictHC() in corner case scenario, detected by @IgorKorkin
-cli : --list command, compressed file content statistics, by Filipe Calasans
+cli : `-l` legacy format is now compatible with `-m` multiple files, by Filipe Calasans
 cli : benchmark mode supports dictionary, by @rkoradi
 cli : fix --fast with large argument, detected by @picoHz
 build: link to user-defined memory functions with LZ4_USER_MEMORY_FUNCTIONS, suggested by Yuriy Levchenko