summaryrefslogtreecommitdiffstats
path: root/programs/lz4.1
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-04-13 19:43:54 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-04-13 19:43:54 (GMT)
commitcc2412401400fbacd7530b8dcc4af0b0d7c734ce (patch)
treec7c339a96ab7ce1fe789845fd2d3e96e67382489 /programs/lz4.1
parentccba7a0a29f00728e5fa87855d9e56ec86d3c5be (diff)
downloadlz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.zip
lz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.tar.gz
lz4-cc2412401400fbacd7530b8dcc4af0b0d7c734ce.tar.bz2
minor compatibility fixes
Diffstat (limited to 'programs/lz4.1')
-rw-r--r--programs/lz4.16
1 files changed, 3 insertions, 3 deletions
diff --git a/programs/lz4.1 b/programs/lz4.1
index 1225832..eea248f 100644
--- a/programs/lz4.1
+++ b/programs/lz4.1
@@ -158,13 +158,13 @@ for files that have not been compressed with
force write to standard output, even if it is the console
.TP
-.BR \-m
+.BR \-m ", " \--multiple
Multiple file names.
By default, the second filename is used as the output filename for the compressed file.
With
.B -m
-, you can specify any number of input filenames, each of them will be compressed
-with the resulting compressed file named
+, you can specify any number of input filenames. Each of them will be compressed
+independently, and the resulting name of the compressed file will be
.B filename.lz4
.