]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei q: drop NNTP from --output description
authorEric Wong <e@80x24.org>
Mon, 29 Mar 2021 08:04:13 +0000 (08:04 +0000)
committerEric Wong <e@80x24.org>
Mon, 29 Mar 2021 17:43:47 +0000 (13:43 -0400)
We only support NNTP as inputs for convert, import, and
mark|tag.  I'm not sure if supporting NNTP output is worth
it, nor do we have a good way to test it.

Documentation/lei-q.pod

index 787c51bf7bdddedb0fade1080acf383b4412dc50..8668533a5cfc2f71d60200a3bbba78b67ea2c9c9 100644 (file)
@@ -31,7 +31,7 @@ Read search terms from stdin.
 Destination for results (e.g., C<path/to/Maildir>,
 C<imaps://user@mail.example.com/INBOX.test>, or
 C<mboxcl2:path/to/mbox>).  The prefix may be a supported protocol:
-C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>.  URLs requiring
+C<imap://> or C<imaps://>.  URLs requiring
 authentication must use L<netrc(5)> and/or L<git-credential(1)> to
 fill in the username and password.