diff options
author | June McEnroe <june@causal.agency> | 2021-05-17 17:44:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-05-17 17:44:03 -0400 |
commit | 4a2b185ad96331bf3ad58a85bb34b7b85604f786 (patch) | |
tree | 9bfeb85f3c348a1eb974996692fe42f9bf0008e9 /scoop.1 | |
parent | Order by rowids for scoop -l (diff) | |
download | litterbox-4a2b185ad96331bf3ad58a85bb34b7b85604f786.tar.gz litterbox-4a2b185ad96331bf3ad58a85bb34b7b85604f786.zip |
Add scoop -r reverse flag
Diffstat (limited to '')
-rw-r--r-- | scoop.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scoop.1 b/scoop.1 index 480e8be..7211990 100644 --- a/scoop.1 +++ b/scoop.1 @@ -1,4 +1,4 @@ -.Dd May 7, 2021 +.Dd May 17, 2021 .Dt SCOOP 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Lgpqsv +.Op Fl Lgpqrsv .Op Fl D Ar date .Op Fl F Ar format .Op Fl N Ar network @@ -169,6 +169,9 @@ Match only events from channels. .It Fl q Match only events from queries. . +.It Fl r +Output results in reverse order. +. .It Fl s Sort the results from oldest to newest. By default events are output |