diff options
author | June McEnroe <june@causal.agency> | 2020-07-19 16:09:54 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-19 16:09:54 -0400 |
commit | 851e1a95f0d470e6c59d80d39e35fcea04128b48 (patch) | |
tree | 24ed91e09ef86ed148e698eb9ee5a13ed453d820 /litterbox.1 | |
parent | Replace time index with (context, time) index (diff) | |
download | litterbox-851e1a95f0d470e6c59d80d39e35fcea04128b48.tar.gz litterbox-851e1a95f0d470e6c59d80d39e35fcea04128b48.zip |
Add -U scooper-url option to make scooper links
Diffstat (limited to '')
-rw-r--r-- | litterbox.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/litterbox.1 b/litterbox.1 index 6e9f64c..b7d0111 100644 --- a/litterbox.1 +++ b/litterbox.1 @@ -1,4 +1,4 @@ -.Dd May 21, 2020 +.Dd July 19, 2020 .Dt LITTERBOX 1 .Os . @@ -10,6 +10,7 @@ .Nm .Op Fl Qqv .Op Fl N Ar network +.Op Fl U Ar url .Op Fl c Ar cert .Op Fl d Ar path .Op Fl h Ar host @@ -113,6 +114,16 @@ The searchable columns are For search query syntax, see .Aq Lk https://www.sqlite.org/fts5.html#full_text_query_syntax . . +.It Fl U Ar url , Cm scooper-url = Ar url +Set the base URL of a +.Xr scooper 1 +instance +used to construct links to full search results +in response to the search query interface enabled by +.Fl Q +or +.Fl q . +. .It Fl b Ar path Perform a live database backup to .Ar path |