diff options
Diffstat (limited to 'src/scripts/xzgrep.1')
-rw-r--r-- | src/scripts/xzgrep.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scripts/xzgrep.1 b/src/scripts/xzgrep.1 index 3ac4fadb..dcbd0316 100644 --- a/src/scripts/xzgrep.1 +++ b/src/scripts/xzgrep.1 @@ -67,9 +67,9 @@ is invoked as or .B xzfgrep then -.BR egrep (1) +.B grep \-E or -.BR fgrep (1) +.B grep \-F is used instead of .BR grep (1). The same applies to names @@ -87,9 +87,9 @@ environment variable is set, .B xzgrep uses it instead of .BR grep (1), -.BR egrep (1), +.BR "grep \-E" , or -.BR fgrep (1). +.BR "grep \-F" . .SH "SEE ALSO" .BR grep (1), .BR xz (1), |