From 7ff6e16e8ccda2433006f949ffc7b1ee5eaf08cf Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Sun, 12 Jul 2020 12:17:44 -0400 Subject: Reorganize code and add earlier messages link --- scooper.1 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'scooper.1') diff --git a/scooper.1 b/scooper.1 index e17e8bd..222db60 100644 --- a/scooper.1 +++ b/scooper.1 @@ -1,4 +1,4 @@ -.Dd July 11, 2020 +.Dd July 12, 2020 .Dt SCOOPER 1 .Os . @@ -9,7 +9,9 @@ .Sh SYNOPSIS .Nm .Op Fl p +.Op Fl g Ar gap .Op Fl l Ar limit +.Op Fl o Ar overlap .Op Fl r Ar recent .Op Fl s Ar url .Ar database @@ -35,11 +37,21 @@ Prepare all SQL statements against the given .Ar database and exit. . +.It Fl g Ar gap +Set the time in seconds between events +after which to indicate a gap. +The default is 3600 (one hour). +. .It Fl l Ar limit Limit the number of events to be displayed on one page. The default limit is 50. . +.It Fl o Ar overlap +Set the overlap in seconds +between pages of events. +The default is 15. +. .It Fl p Show only public contexts, i.e. channels. -- cgit 1.4.1