diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-01-22 19:40:30 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-01-22 19:40:30 +0100 |
commit | af1e7e4f4a05e23f17cf06c4f1324487caea6aaf (patch) | |
tree | 770ef104d087525a98b67441098cda7ee9b4b013 | |
parent | e8d13a2ab6f23e46b56e0b476ca534dbe35ffa59 (diff) |
Fix wording
-rw-r--r-- | man/grab.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |