diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2020-04-06 19:31:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-07-12 18:09:21 +0300 |
commit | adba06e649875b45b5b671f5ab45f694144938d4 (patch) | |
tree | 8a1b5f65563b1183e0e9957f2518befb32f55311 | |
parent | Translations: Add Portuguese translation. (diff) | |
download | xz-adba06e649875b45b5b671f5ab45f694144938d4.tar.xz |
src/scripts/xzgrep.1: Filenames to xzgrep are optional.
xzgrep --help was correct already.
-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 \&... |