diff options
author | June McEnroe <june@causal.agency> | 2020-07-12 12:17:44 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-12 12:17:44 -0400 |
commit | 7ff6e16e8ccda2433006f949ffc7b1ee5eaf08cf (patch) | |
tree | 03abf9d87da7810b364d27f97f9e541df9c9e46f /scooper.1 | |
parent | Clean up page error handling (diff) | |
download | scooper-7ff6e16e8ccda2433006f949ffc7b1ee5eaf08cf.tar.gz scooper-7ff6e16e8ccda2433006f949ffc7b1ee5eaf08cf.zip |
Reorganize code and add earlier messages link
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. |