diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-04-06 19:31:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2020-04-06 19:34:48 +0300 |
commit | a9e2a87f1d61dcf684d809bf08c8ebea93f8a480 (patch) | |
tree | 90c24d3a07095d23d0735554b9df78d3cc36113e /src | |
parent | src/script/xzgrep.1: Remove superfluous '.RB' (diff) | |
download | xz-a9e2a87f1d61dcf684d809bf08c8ebea93f8a480.tar.xz |
src/scripts/xzgrep.1: Filenames to xzgrep are optional.
xzgrep --help was correct already.
Diffstat (limited to 'src')
-rw-r--r-- | src/scripts/xzgrep.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index fad1ad2d..2a515e49 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -14,7 +14,7 @@ xzgrep \- search compressed files for a regular expression .RI [ grep_options ] .RB [ \-e ] .I pattern -.IR file " ..." +.RI [ file... ] .br .B xzegrep \&... |