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