diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:14 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:41:14 +0000 |
commit | f7ab1e0adfeb1cfa831baf401bd86cf6cafd2b50 (patch) | |
tree | 71784aa0634163edc8a85527ca5bf5995af4dc52 /zcat.cc | |
parent | Adding upstream version 1.4~pre2. (diff) | |
download | zutils-f7ab1e0adfeb1cfa831baf401bd86cf6cafd2b50.tar.xz zutils-f7ab1e0adfeb1cfa831baf401bd86cf6cafd2b50.zip |
Adding upstream version 1.4.upstream/1.4
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zcat.cc')
-rw-r--r-- | zcat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ void show_help() " -b, --number-nonblank number nonblank output lines\n" " -e equivalent to '-vE'\n" " -E, --show-ends display '$' at end of each line\n" - " -M, --format=<list> exclude formats not in <list>\n" + " -M, --format=<list> process only the formats in <list>\n" " -n, --number number all output lines\n" " -N, --no-rcfile don't read runtime configuration file\n" " -O, --force-format=<fmt> force given format (bz2, gz, lz, xz)\n" |