summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-11-04 21:47:44 +0100
committerAlejandro Colomar <alx@kernel.org>2023-11-05 03:14:06 +0100
commitf5a927d9b0ae426010dab41df9a2b6158699d540 (patch)
tree041eaccf8dd15a0778e4e033f83fb4032b069b9d /share
parente1c311881d70fcb6e91b9f3b192ccea6f118aa12 (diff)
bin/grepc, grepc.1: -h: Add option to suppress prefixing file names
Equivalent to grep(1)'s -h, except that we always default to -H behavior. Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/grepc.13
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index fad8c88..0e01781 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -129,6 +129,9 @@ Only uses
.RB ( u\fI*\fP )
are highlighted.
.TP
+.B \-h
+Suppress the prefixing of file names on output.
+.TP
.B \-i
Ignore case distinctions in
.IR pattern .