git: 085a42d0cff1 - main - grep: correct argument name in man page
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Nov 2022 18:38:51 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=085a42d0cff1a446e8a0eab1471970093e5235de
commit 085a42d0cff1a446e8a0eab1471970093e5235de
Author: Elvin Aslanov <rwp.primary@gmail.com>
AuthorDate: 2022-11-01 14:07:56 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-11-01 18:36:59 +0000
grep: correct argument name in man page
MFC after: 1 week
Fixes: 4dc88ebedf94 ("Add BSD grep to the base system...")
Pull Request: https://github.com/freebsd/freebsd-src/pull/622
---
usr.bin/grep/grep.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.bin/grep/grep.1 b/usr.bin/grep/grep.1
index 36fcbf868984..3168fbc45f7d 100644
--- a/usr.bin/grep/grep.1
+++ b/usr.bin/grep/grep.1
@@ -265,7 +265,7 @@ Print a brief help message.
.It Fl I
Ignore binary files.
This option is equivalent to the
-.Dq Fl Fl binary-file= Ns Cm without-match
+.Dq Fl Fl binary-files= Ns Cm without-match
option.
.It Fl i , Fl Fl ignore-case
Perform case insensitive matching.