diff options
| -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  |