summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-25 23:40:22 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-25 23:40:22 +0200
commitce368466b303efeba69304f2b400bca37b18a07e (patch)
tree3cf6e358a8acbc6b28f40643b76a29a06923d0ce /share
parentf60ab46047e92da7760773d4e13d6bffa455d7f3 (diff)
grepc, grepc.1: -c: Add flag to color uses
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/grepc.17
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man1/grepc.1 b/share/man/man1/grepc.1
index 8a74fc8..aa69c7b 100644
--- a/share/man/man1/grepc.1
+++ b/share/man/man1/grepc.1
@@ -108,6 +108,13 @@ Uses within type definitions
.RE
.SH OPTIONS
.TP
+.B \-c
+Surround the matched strings
+with escape sequences to display them in color on the terminal.
+Only uses
+.RB ( u\fI*\fP )
+are highlighted.
+.TP
.B \-g
Restrict the search to files tracked by git.
.TP