diff options
author | June McEnroe <june@causal.agency> | 2021-05-18 11:45:21 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-18 11:45:21 -0400 |
commit | 7e8ddf1a023ee62ec4a057181658c4ea499cb107 (patch) | |
tree | cbb3139522342d6eea451232ebd10e5007fe979c /scoop.1 | |
parent | Add znc format to unscoop (diff) | |
download | litterbox-7e8ddf1a023ee62ec4a057181658c4ea499cb107.tar.gz litterbox-7e8ddf1a023ee62ec4a057181658c4ea499cb107.zip |
Add scoop -i flag for case-insensitive regexp
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/scoop.1 b/scoop.1 index 0298232..2b274bc 100644 --- a/scoop.1 +++ b/scoop.1 @@ -1,4 +1,4 @@ -.Dd May 17, 2021 +.Dd May 18, 2021 .Dt SCOOP 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Lgpqrsv +.Op Fl Lgipqrsv .Op Fl D Ar date .Op Fl F Ar format .Op Fl N Ar network @@ -145,6 +145,11 @@ Implies Match events from users with the hostname .Ar host . . +.It Fl i +Use case-insensitive regular expression matching +with +.Fl m . +. .It Fl l Ar limit Limit the number of events matched, ordered by most recently inserted. @@ -157,6 +162,9 @@ matching the modern regular expression .Ar regexp . See .Xr re_format 7 . +To match case-insensitively, +use with +.Fl i . . .It Fl n Ar nick Match events from users with the nickname |