CVSROOT: /webcvs/grep Module name: grep Changes by: Jim Meyering <meyering> 20/09/27 23:36:49
Index: html_node/Usage.html =================================================================== RCS file: /webcvs/grep/grep/manual/html_node/Usage.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -b -r1.30 -r1.31 --- html_node/Usage.html 2 Jan 2020 23:18:44 -0000 1.30 +++ html_node/Usage.html 28 Sep 2020 03:36:49 -0000 1.31 @@ -14,10 +14,10 @@ <!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> -<title>Usage (GNU Grep 3.4)</title> +<title>Usage (GNU Grep 3.5)</title> -<meta name="description" content="Usage (GNU Grep 3.4)"> -<meta name="keywords" content="Usage (GNU Grep 3.4)"> +<meta name="description" content="Usage (GNU Grep 3.5)"> +<meta name="keywords" content="Usage (GNU Grep 3.5)"> <meta name="resource-type" content="document"> <meta name="distribution" content="global"> <meta name="Generator" content="makeinfo"> @@ -26,7 +26,7 @@ <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents"> <link href="index.html#Top" rel="up" title="Top"> <link href="Performance.html#Performance" rel="next" title="Performance"> -<link href="Basic-vs-Extended.html#Basic-vs-Extended" rel="prev" title="Basic vs Extended"> +<link href="Matching-Non_002dASCII.html#Matching-Non_002dASCII" rel="prev" title="Matching Non-ASCII"> <style type="text/css"> <!-- a.summary-letter {text-decoration: none} @@ -243,7 +243,8 @@ <samp>-a</samp> or ‘<samp>--binary-files=text</samp>’ option. To eliminate the “Binary file matches” messages, use the <samp>-I</samp> or -‘<samp>--binary-files=without-match</samp>’ option. +‘<samp>--binary-files=without-match</samp>’ option, +or the <samp>-s</samp> or <samp>--no-messages</samp> option. </p> </li><li> Why doesn’t ‘<samp>grep -lv</samp>’ print non-matching file names?
