diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:21 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:21 +0000 |
commit | e2022d72e362b56d5c0336bc2807691708a386e5 (patch) | |
tree | 62216eb154658e44e7b57a57c48f0c8dbcbabe6e /zcmp.cc | |
parent | Adding debian version 1.4~pre2-2. (diff) | |
download | zutils-e2022d72e362b56d5c0336bc2807691708a386e5.tar.xz zutils-e2022d72e362b56d5c0336bc2807691708a386e5.zip |
Merging upstream version 1.4.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | zcmp.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ void show_help() " -b, --print-bytes print differing bytes\n" " -i, --ignore-initial=<n>[,<n2>] ignore differences in the first <n> bytes\n" " -l, --list list position, value of all differing bytes\n" - " -M, --format=<list> exclude formats not in <list>\n" + " -M, --format=<list> process only the formats in <list>\n" " -n, --bytes=<n> compare at most <n> bytes\n" " -N, --no-rcfile don't read runtime configuration file\n" " -O, --force-format=[<f1>][,<f2>] force given formats (bz2, gz, lz, xz)\n" |