about summary refs log tree commit diff
path: root/bubger.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-03 17:37:13 -0500
committerJune McEnroe <june@causal.agency>2021-03-03 17:37:13 -0500
commitd8b2df1479e8c73080be859c3b0d7b7d2b02bf0e (patch)
treef4a659afb2434d0287363b12c32f65afc0612b69 /bubger.1
parentOutput updated paths (diff)
downloadbubger-d8b2df1479e8c73080be859c3b0d7b7d2b02bf0e.tar.gz
bubger-d8b2df1479e8c73080be859c3b0d7b7d2b02bf0e.zip
Add -t flag to truncate stdout before writing paths
Diffstat (limited to 'bubger.1')
-rw-r--r--bubger.118
1 files changed, 13 insertions, 5 deletions
diff --git a/bubger.1 b/bubger.1
index 80392bb..56bf658 100644
--- a/bubger.1
+++ b/bubger.1
@@ -8,16 +8,16 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl iqv
+.Op Fl iqtv
 .Op Fl C Ar path
 .Op Fl H Ar head
 .Op Fl S Ar search
+.Op Fl T Ar title
 .Op Fl a Ar algo
 .Op Fl h Ar host
 .Op Fl m Ar addr
 .Op Fl p Ar port
 .Op Fl s Ar url
-.Op Fl t Ar title
 .Op Fl u Ar base
 .Op Fl w Ar file
 .Op Fl y Ar css
@@ -58,6 +58,10 @@ Limit threads to messages matching
 The default search is
 .Sy ALL .
 .
+.It Fl T Ar title
+Set the title for the index HTML page and Atom feed.
+The default title is the mailbox name.
+.
 .It Fl a Ar algo
 Set the threading algorithm to one of
 .Sy ORDEREDSUBJECT
@@ -110,9 +114,13 @@ link of
 .Ar url
 to the index page navigation.
 .
-.It Fl t Ar title
-Set the title for the index HTML page and Atom feed.
-The default title is the mailbox name.
+.It Fl t
+Attempt to truncate standard output
+before writing the list of updated files.
+With
+.Fl i ,
+truncate before each time
+files are updated.
 .
 .It Fl u Ar base
 Set the base URL for links in Atom feeds.