Update manpage for very-quiet option.

This commit is contained in:
Con Kolivas 2022-02-27 21:02:33 +11:00
parent 41e8014d2c
commit 386b1c6669

View file

@ -1,4 +1,4 @@
.TH "lrzip" "1" "February 2021" "" "" .TH "lrzip" "1" "February 2022" "" ""
.SH "NAME" .SH "NAME"
lrzip \- a large-file compression program lrzip \- a large-file compression program
.SH "SYNOPSIS" .SH "SYNOPSIS"
@ -43,6 +43,7 @@ General options:
\-H, \-\-hash display md5 hash integrity information \-H, \-\-hash display md5 hash integrity information
\-i, \-\-info show compressed file information \-i, \-\-info show compressed file information
\-q, \-\-quiet don't show compression progress \-q, \-\-quiet don't show compression progress
\-Q, \-\-very-quiet don't show any output
\-r, \-\-recursive operate recursively on directories \-r, \-\-recursive operate recursively on directories
\-t, \-\-test test compressed file integrity \-t, \-\-test test compressed file integrity
\-v[v], \-\-verbose Increase verbosity \-v[v], \-\-verbose Increase verbosity
@ -142,6 +143,10 @@ bursts with lzma compression which is the default compression. This means
that it will progress very rapidly for short periods and then stop for that it will progress very rapidly for short periods and then stop for
long periods. long periods.
.IP .IP
.IP "\fB-Q\fP"
If this option is specified then lrzip will not show any output to the console
except for error messages.
.IP
.IP "\fB-r\fP" .IP "\fB-r\fP"
If this option is specified, lrzip will recursively enter the directories If this option is specified, lrzip will recursively enter the directories
specified, compressing or decompressing every file individually in the same specified, compressing or decompressing every file individually in the same
@ -349,6 +354,11 @@ lzop(1),
rzip(1), rzip(1),
zip(1) zip(1)
.PP
.SH "DIAGNOSTICS"
.PP
Exit status is normally 0; if an error occurs, exit status is 1.
.PP .PP
.SH "AUTHOR and CREDITS" .SH "AUTHOR and CREDITS"
.br .br
@ -365,8 +375,9 @@ zpaq was written by Matt Mahoney.
Peter Hyman added informational output, updated LZMA SDK, Peter Hyman added informational output, updated LZMA SDK,
and added lzma multi-threading capabilities. and added lzma multi-threading capabilities.
.PP .PP
If you wish to report a problem, or make a suggestion, then please email Con at If you wish to report a problem, or make a suggestion, then please consult the
kernel@kolivas.org git repository at:
https://github.com/ckolivas/lrzip
.PP .PP
lrzip is released under the GNU General Public License version 2. lrzip is released under the GNU General Public License version 2.
Please see the file COPYING for license details. Please see the file COPYING for license details.