diff options
Diffstat (limited to '')
-rw-r--r-- | scooper.1 | 14 |
1 files changed, 13 insertions, 1 deletions
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. |