summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2021-11-22 18:15:42 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2021-11-22 18:15:42 -0800
commit4406a0d28f3689fc79778e06c2f6c11be7f3cb92 (patch)
treec973f94d27c3440cb43a1d99503d4fc6ebee2b27 /doc
parentaf79b17356f2edeca2908c14d922a24f659d4a96 (diff)
downloadgrep-4406a0d28f3689fc79778e06c2f6c11be7f3cb92.tar.gz
doc: update to match recent "Binary files" change
Suggested by Duncan Roe (Bug#51860#25).
Diffstat (limited to 'doc')
-rw-r--r--doc/grep.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/grep.texi b/doc/grep.texi
index b1da5cb4..639afa72 100644
--- a/doc/grep.texi
+++ b/doc/grep.texi
@@ -1819,8 +1819,7 @@ to output lines even from files that appear to be binary, use the
@option{-a} or @samp{--binary-files=text} option.
To eliminate the
``Binary file matches'' messages, use the @option{-I} or
-@samp{--binary-files=without-match} option,
-or the @option{-s} or @option{--no-messages} option.
+@samp{--binary-files=without-match} option.
@item
Why doesn't @samp{grep -lv} print non-matching file names?