From af1e7e4f4a05e23f17cf06c4f1324487caea6aaf Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 22 Jan 2024 19:40:30 +0100 Subject: Fix wording --- man/grab.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/grab.1 b/man/grab.1 index 7cb05f0..e2f90c6 100644 --- a/man/grab.1 +++ b/man/grab.1 @@ -181,9 +181,9 @@ The supported operators are as follows: .Pp .Bl -tag -compact .It g -Keep selections that match the given regex. +Keep everything that matches the given regex. .It G -Discard selections that match the given regex. +Keep everything that doesn’t match the given regex. .It h Highlight everything that matches the given regex. .It H -- cgit v1.2.3