diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:56 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-08 04:26:56 +0000 |
commit | d7d5dfbcf513f94115990102c56eccf177417889 (patch) | |
tree | 7b47cf460832a31d6e0c34444e7bf1cddacfd02f /doc/ztest.1 | |
parent | Adding debian version 1.0-1. (diff) | |
download | zutils-d7d5dfbcf513f94115990102c56eccf177417889.tar.xz zutils-d7d5dfbcf513f94115990102c56eccf177417889.zip |
Merging upstream version 1.1~rc2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/ztest.1')
-rw-r--r-- | doc/ztest.1 | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/doc/ztest.1 b/doc/ztest.1 index 7169021..f9c4825 100644 --- a/doc/ztest.1 +++ b/doc/ztest.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH ZTEST "1" "May 2013" "Ztest (zutils) 1.0" "User Commands" +.TH ZTEST "1" "July 2013" "Ztest (zutils) 1.1-rc2" "User Commands" .SH NAME Ztest \- verify integrity of compressed files .SH SYNOPSIS @@ -7,9 +7,9 @@ Ztest \- verify integrity of compressed files [\fIoptions\fR] [\fIfiles\fR] .SH DESCRIPTION Ztest verifies the integrity of the specified compressed files. -Non\-compressed files are ignored. If no files are specified, the -integrity of compressed data read from standard input is verified. Data -read from standard input must be all in the same compression format. +Uncompressed files are ignored. If no files are specified, the integrity +of compressed data read from standard input is verified. Data read from +standard input must be all in the same compression format. .PP The supported formats are bzip2, gzip, lzip and xz. .PP @@ -30,6 +30,9 @@ output version information and exit \fB\-\-format=\fR<fmt> force given format (bz2, gz, lz, xz) .TP +\fB\-N\fR, \fB\-\-no\-rcfile\fR +don't read runtime configuration file +.TP \fB\-q\fR, \fB\-\-quiet\fR suppress all messages .TP @@ -38,6 +41,18 @@ operate recursively on directories .TP \fB\-v\fR, \fB\-\-verbose\fR be verbose (a 2nd \fB\-v\fR gives more) +.TP +\fB\-\-bz2=\fR<command> +set compressor and options for bzip2 format +.TP +\fB\-\-gz=\fR<command> +set compressor and options for gzip format +.TP +\fB\-\-lz=\fR<command> +set compressor and options for lzip format +.TP +\fB\-\-xz=\fR<command> +set compressor and options for xz format .SH "REPORTING BUGS" Report bugs to zutils\-bug@nongnu.org .br |