summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-30 21:58:58 -0500
committerJune McEnroe <june@causal.agency>2019-12-30 21:58:58 -0500
commit1901d6602f2a23635e04cf05b8885aae842f9edf (patch)
tree864b89f70643b500a89b97b04477cc75f669a250
parentAdd limit option for litterbox's search query interface (diff)
downloadlitterbox-1901d6602f2a23635e04cf05b8885aae842f9edf.tar.gz
litterbox-1901d6602f2a23635e04cf05b8885aae842f9edf.zip
Remove scoop -ABC
I can almost get these to work with an inner and outer SQL query, but
when contexts starts overlapping it becomes a disaster, so I'm leavin it
out at least for now.
-rw-r--r--scoop.133
1 files changed, 1 insertions, 32 deletions
diff --git a/scoop.1 b/scoop.1
index 6d12d22..955548e 100644
--- a/scoop.1
+++ b/scoop.1
@@ -1,4 +1,4 @@
-.Dd December 29, 2019
+.Dd December 30, 2019
 .Dt SCOOP 1
 .Os
 .
@@ -9,9 +9,6 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl pqv
-.Op Fl A Ar time
-.Op Fl B Ar time
-.Op Fl C Ar time
 .Op Fl N Ar network
 .Op Fl T Ar target
 .Op Fl c Ar context
@@ -41,34 +38,6 @@ if it is not already set.
 .Pp
 The arguments are as follows:
 .Bl -tag -width Ds
-.It Fl A Ar time
-Show events from the same context following each match.
-Events which occurred up to
-.Ar time
-seconds after the matched event are shown.
-The
-.Ar time
-argument may be suffixed with
-.Cm s ,
-.Cm m
-or
-.Cm h
-for seconds, minutes or hours, respectively.
-.
-.It Fl B Ar time
-Show events from the same context preceding each match.
-See
-.Fl A
-for the meaning of
-.Ar time .
-.
-.It Fl C Ar time
-Show events from the same context preceding and following each match.
-This is equivalent to setting both
-.Fl A
-and
-.Fl B .
-.
 .It Fl N Ar network
 Match events from the specified network.
 .