From 085a42d0cff1a446e8a0eab1471970093e5235de Mon Sep 17 00:00:00 2001 From: Elvin Aslanov Date: Tue, 1 Nov 2022 18:07:56 +0400 Subject: [PATCH] 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 36fcbf86898..3168fbc45f7 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.