diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md index 00b8858..4984b78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # formbox -This tiny script formats an [mbox] as HTML or XML. It is intended -for rendering email replies on websites and their [RSS] feed. +This tiny script formats an [mbox] file or a [maildir] as HTML or XML. +It is intended for rendering email replies on web sites and their [RSS] feed. ## Prerequisites @@ -18,12 +18,12 @@ such as [nixpkgs]. ```console $ formbox --help -usage: formbox [-h] mbox id template +usage: formbox [-h] mailbox id template -format mbox as HTML/XML +format mailbox as HTML/XML positional arguments: - mbox path to mbox file + mailbox path to mbox file of maildir id root message ID template path to template |