diff options
author | June McEnroe <june@causal.agency> | 2020-04-30 17:48:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-30 17:48:47 -0400 |
commit | 6347c3305092ae574fa7d9b0f444247a509abb3b (patch) | |
tree | 0883b908721dc38004d17e778c1c7874f8efab1f /bubger.1 | |
parent | Add install, uninstall targets (diff) | |
download | bubger-6347c3305092ae574fa7d9b0f444247a509abb3b.tar.gz bubger-6347c3305092ae574fa7d9b0f444247a509abb3b.zip |
Add -S for subscribe link
These base* variables are badly named...
Diffstat (limited to '')
-rw-r--r-- | bubger.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bubger.1 b/bubger.1 index b626f6c..230adf1 100644 --- a/bubger.1 +++ b/bubger.1 @@ -1,4 +1,4 @@ -.Dd April 26, 2020 +.Dd April 30, 2020 .Dt BUBGER 1 .Os . @@ -10,6 +10,7 @@ .Nm .Op Fl qv .Op Fl C Ar path +.Op Fl S Ar url .Op Fl a Ar algo .Op Fl h Ar head .Op Fl m Ar addr @@ -38,6 +39,10 @@ Change directory to .Ar path before reading and writing files. . +.It Fl S Ar url +Add a subscribe link +to the index page navigation. +. .It Fl a Ar algo Set the threading algorithm to one of .Sy ORDEREDSUBJECT |