diff options
Diffstat (limited to 'bubger.1')
-rw-r--r-- | bubger.1 | 18 |
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. |