]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei-import: link to lei-store-format(5)
authorEric Wong <e@80x24.org>
Thu, 3 Nov 2022 00:48:37 +0000 (00:48 +0000)
committerEric Wong <e@80x24.org>
Thu, 3 Nov 2022 18:42:28 +0000 (18:42 +0000)
Users should know where `lei import' writes to.

Documentation/lei-import.pod

index 4ac7dccdcf7c872cffdc029aa5edeb3b3603b56a..69ec64974facdce7ac252ef61da29fd3a20d5fe3 100644 (file)
@@ -10,7 +10,8 @@ lei import [OPTIONS] (--stdin|-)
 
 =head1 DESCRIPTION
 
-Import messages into the local storage of L<lei(1)>.  C<LOCATION> is a
+Import messages into the local storage of L<lei(1)>
+(aka L<leiE<sol>store|lei-store-format(5)>).  C<LOCATION> is a
 source of messages: a directory (Maildir), a file, or a URL
 (C<imap://>, C<imaps://>, C<nntp://>, or C<nntps://>).  URLs requiring
 authentication use L<git-credential(1)> to
@@ -102,4 +103,4 @@ License: AGPL-3.0+ L<https://www.gnu.org/licenses/agpl-3.0.txt>
 
 =head1 SEE ALSO
 
-L<lei-index(1)>
+L<lei-index(1)>, L<lei-store-format(5)>