diff options
Diffstat (limited to '')
-rw-r--r-- | doc/zgrep.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/zgrep.1 b/doc/zgrep.1 index e032217..864a6a5 100644 --- a/doc/zgrep.1 +++ b/doc/zgrep.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.1. -.TH ZGREP "1" "April 2015" "zgrep (zutils) 1.4-pre2" "User Commands" +.TH ZGREP "1" "May 2015" "zgrep (zutils) 1.4" "User Commands" .SH NAME zgrep \- search compressed files for a regular expression .SH SYNOPSIS @@ -79,7 +79,7 @@ only print names of files containing no matches stop after <n> matches .TP \fB\-M\fR, \fB\-\-format=\fR<list> -exclude formats not in <list> +process only the formats in <list> .TP \fB\-n\fR, \fB\-\-line\-number\fR print the line number of each line @@ -125,6 +125,9 @@ set compressor and options for lzip format .TP \fB\-\-xz=\fR<command> set compressor and options for xz format +.PP +Numbers may be followed by a multiplier: k = kB = 10^3 = 1000, +Ki = KiB = 2^10 = 1024, M = 10^6, Mi = 2^20, G = 10^9, Gi = 2^30, etc... .SH "REPORTING BUGS" Report bugs to zutils\-bug@nongnu.org .br |