diff options
author | June McEnroe <june@causal.agency> | 2019-12-30 22:25:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-12-30 22:25:19 -0500 |
commit | 8aefa42c5844f9ed5def1605cc9103433ad795de (patch) | |
tree | 9eb1424b7150d376abd0958ba514babf6fc0d72a | |
parent | Order results by ID in outer query in litterbox (diff) | |
download | litterbox-8aefa42c5844f9ed5def1605cc9103433ad795de.tar.gz litterbox-8aefa42c5844f9ed5def1605cc9103433ad795de.zip |
Add -D flag to prospective scoop manual
-rw-r--r-- | scoop.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scoop.1 b/scoop.1 index 955548e..f6a950b 100644 --- a/scoop.1 +++ b/scoop.1 @@ -9,6 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl pqv +.Op Fl D Ar date .Op Fl N Ar network .Op Fl T Ar target .Op Fl c Ar context @@ -38,6 +39,9 @@ if it is not already set. .Pp The arguments are as follows: .Bl -tag -width Ds +.It Fl D Ar date +Match events on the specified date. +. .It Fl N Ar network Match events from the specified network. . |