diff options
author | June McEnroe <june@causal.agency> | 2019-12-31 19:07:39 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-31 19:07:39 -0500 |
commit | 04d61591029d68300e0b93c4f9936402921090c5 (patch) | |
tree | 950be5d630e621a85261fe918d1ba34be672f218 /scoop.1 | |
parent | Add scoop IRC output format (diff) | |
download | litterbox-04d61591029d68300e0b93c4f9936402921090c5.tar.gz litterbox-04d61591029d68300e0b93c4f9936402921090c5.zip |
Add before and after options
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scoop.1 b/scoop.1 index febeecc..1ab6dca 100644 --- a/scoop.1 +++ b/scoop.1 @@ -13,6 +13,8 @@ .Op Fl F Ar format .Op Fl N Ar network .Op Fl T Ar target +.Op Fl a Ar time +.Op Fl b Ar time .Op Fl c Ar context .Op Fl d Ar path .Op Fl f Ar format @@ -74,6 +76,16 @@ or with .Ar target . . +.It Fl a Ar time +Match events which occurred after +.Ar time +in ISO8601 format. +. +.It Fl b Ar time +Match events which occurred before +.Ar time +in ISO8601 format. +. .It Fl c Ar context Match events from .Ar context , |