about summary refs log tree commit homepage
path: root/Documentation/txt2pre
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-02-01 00:57:02 -0500
committerEric Wong <e@80x24.org>2021-02-01 11:26:18 +0000
commit82691a35fcf3b8945539084a029722b3458d72c8 (patch)
treeed942cdf732ea55f0df3375e605323e6d22bfb14 /Documentation/txt2pre
parentdd1a1bceb56692722b1fb4a27391c80307403d86 (diff)
downloadpublic-inbox-82691a35fcf3b8945539084a029722b3458d72c8.tar.gz
Add manpages for lei and the currently implemented subcommands.  The
included options and their descriptions follow to a large degree the
--help output, dropping some options that are not currently wired up.
Diffstat (limited to 'Documentation/txt2pre')
-rwxr-xr-xDocumentation/txt2pre11
1 files changed, 10 insertions, 1 deletions
diff --git a/Documentation/txt2pre b/Documentation/txt2pre
index 75e4725c..f69323e1 100755
--- a/Documentation/txt2pre
+++ b/Documentation/txt2pre
@@ -10,7 +10,16 @@ use warnings;
 use PublicInbox::Linkify;
 use PublicInbox::Hval qw(ascii_html);
 my %xurls;
-for (qw[public-inbox.cgi(1)
+for (qw[lei(1)
+        lei-add-external(1)
+        lei-config(1)
+        lei-daemon-kill(1)
+        lei-daemon-pid(1)
+        lei-forget-external(1)
+        lei-init(1)
+        lei-ls-external(1)
+        lei-q(1)
+        public-inbox.cgi(1)
         public-inbox-compact(1)
         public-inbox-config(5)
         public-inbox-convert(1)