about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-11-03 00:48:37 +0000
committerEric Wong <e@80x24.org>2022-11-03 18:42:28 +0000
commite5d6fbcc4262e94da916be5e9eb5cb0026bf1038 (patch)
tree127cc06ba356ecf7bd2a38c0770837f0cd3b8d4c /Documentation
parentf744f87b2e4fe553cc237f6653ab436f7f03c6c1 (diff)
downloadpublic-inbox-e5d6fbcc4262e94da916be5e9eb5cb0026bf1038.tar.gz
Users should know where `lei import' writes to.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lei-import.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod
index 4ac7dccd..69ec6497 100644
--- a/Documentation/lei-import.pod
+++ b/Documentation/lei-import.pod
@@ -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)>