diff options
author | June McEnroe <june@causal.agency> | 2021-04-28 18:02:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-04-28 18:02:20 -0400 |
commit | 3827d74a9e89ff22654b4c0fb895fe2d33fc9209 (patch) | |
tree | 064f625e25ebe6b7897cc9a969f65db932b256ad /scoop.1 | |
parent | Interpret -D, -a, -b as local time with -L (diff) | |
download | litterbox-3827d74a9e89ff22654b4c0fb895fe2d33fc9209.tar.gz litterbox-3827d74a9e89ff22654b4c0fb895fe2d33fc9209.zip |
Match multiple types with -t
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scoop.1 b/scoop.1 index 1a66040..693c033 100644 --- a/scoop.1 +++ b/scoop.1 @@ -1,4 +1,4 @@ -.Dd April 27, 2021 +.Dd April 28, 2021 .Dt SCOOP 1 .Os . @@ -174,9 +174,10 @@ Sort the results from oldest to newest. By default events are output in the order they appear in the database. . -.It Fl t Ar type +.It Fl t Ar types Match events of -.Ar type . +the comma-separated list of +.Ar types . The types are .Cm privmsg , .Cm notice , |