aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/grab.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/grab.1 b/man/grab.1
index 7cc913d..7cb05f0 100644
--- a/man/grab.1
+++ b/man/grab.1
@@ -178,11 +178,16 @@ and then terminated by the same delimiter. The last command of a pattern
need not have a terminating delimiter.
.Pp
The supported operators are as follows:
+.Pp
.Bl -tag -compact
.It g
Keep selections that match the given regex.
.It G
Discard selections that match the given regex.
+.It h
+Highlight everything that matches the given regex.
+.It H
+Highlight everything that doesn’t match the given regex.
.It x
Select everything that matches the given regex.
.It X