about summary refs log tree commit homepage
path: root/Documentation/public-inbox-mda.pod
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2020-09-01 01:15:03 +0000
committerEric Wong <e@80x24.org>2020-09-02 08:53:57 +0000
commit6c252b62bef579207ca417939076a9896d8a791b (patch)
tree32f3aa286595dcc56f6053d6cbf1523b4e18e94c /Documentation/public-inbox-mda.pod
parenta48e37f10fd5de2a28d9fca95425603f4fa42e6d (diff)
downloadpublic-inbox-6c252b62bef579207ca417939076a9896d8a791b.tar.gz
"use Getopt::Long" doesn't seem too slow on a hot page cache,
and it's probably used frequently enough to be in cache.

We'll also start reducing the amount of markup in the .pod and
favoring verbatim text in documentation for readability in
source form, since the bold text seems excessive.
Diffstat (limited to 'Documentation/public-inbox-mda.pod')
-rw-r--r--Documentation/public-inbox-mda.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/public-inbox-mda.pod b/Documentation/public-inbox-mda.pod
index 99c9053d..a5e353e5 100644
--- a/Documentation/public-inbox-mda.pod
+++ b/Documentation/public-inbox-mda.pod
@@ -4,7 +4,7 @@ public-inbox-mda - mail delivery agent for public-inbox
 
 =head1 SYNOPSIS
 
-B<public-inbox-mda> E<lt>MESSAGE
+  public-inbox-mda </path/to/RFC2822_message
 
 =head1 DESCRIPTION