From: Eric Wong Date: Fri, 24 Sep 2021 12:51:08 +0000 (+0000) Subject: doc: lei-index: remove --stdin, reword -F X-Git-Tag: v1.7.0~278 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=2074d96eaa930e330624786b13e7cfebeebb1b2d;p=public-inbox.git doc: lei-index: remove --stdin, reword -F lei-index really only works for Maildir, at the moment. --- diff --git a/Documentation/lei-index.pod b/Documentation/lei-index.pod index bd125bcc..9e720263 100644 --- a/Documentation/lei-index.pod +++ b/Documentation/lei-index.pod @@ -6,8 +6,6 @@ lei-index - index messages without importing them into lei/store lei index [OPTIONS] FOLDER -lei index [OPTIONS] --stdin - =head1 DESCRIPTION Similar to L, but does not store a copy of @@ -26,22 +24,16 @@ messages into C. =over -=item - - -=item --stdin - -Read input from standard input. This is the default if standard -input is a pipe or regular file and there are no arguments on -the command-line. - =item -F MAIL_FORMAT =item --in-format=MAIL_FORMAT -Message input format: C, C, C, C, C, -C, C, C, C, or C. +There is currently no need for this option. It will support C, +eventually. For now, the default (and only supported) format is +C. When IMAP and NNTP support are fleshed out, those +formats will be inferred from their URLs. -Default: C when reading from stdin +Default: C =item -q