Added support for multiple input files to act more like other compressors. For exampl...
authorkyle <kylejharper@gmail.com>
Mon, 2 Mar 2015 01:00:40 +0000 (19:00 -0600)
committerkyle <kylejharper@gmail.com>
Mon, 2 Mar 2015 01:00:40 +0000 (19:00 -0600)
commitfa27d236b4f3fc9938478e4464b63953d6429d4b
treecafe3d9c330a73310431c790caeaa33c62adfb9e
parent9fd92def420879e7d5c7c9fb9a9abd2fbd54bb7a
Added support for multiple input files to act more like other compressors. For example: gzip file1 file2 file3. You can now do: lz4 [args] -m file1 file2 file3. Fixes 151.
programs/lz4cli.c