summary refs log tree commit diff
path: root/scoop.1
diff options
context:
space:
mode:
Diffstat (limited to '')
-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.
 .
class='logmsg'> 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe