about summary refs log tree commit homepage
path: root/Documentation
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2021-03-28 23:11:17 -0400
committerEric Wong <e@80x24.org>2021-03-29 03:15:42 +0000
commit236831da32b1240dac165af2a97351a0b1b99b0c (patch)
tree95ed2fcd88700c188d475848e423f326b3633943 /Documentation
parent2f0ee986b702e4e809f2d8342dd9b6717c5e4dc8 (diff)
downloadpublic-inbox-236831da32b1240dac165af2a97351a0b1b99b0c.tar.gz
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/lei-overview.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod
index 55e84254..f74a228a 100644
--- a/Documentation/lei-overview.pod
+++ b/Documentation/lei-overview.pod
@@ -14,6 +14,11 @@ Commands will automatically initialize the store behind the scenes if
 needed, but you can call L<lei-init(1)> directly if you want to use a
 store location other than the default C<$XDG_DATA_HOME/lei/store>.
 
+The L<lei-import(1)> command provides the primary interface for
+importing messages into the local storage.  In addition, other
+commands, such as L<lei-q(1)> and L<lei-blob(1)>, use the local store
+to memoize messages from remotes.
+
 =head2 EXAMPLES
 
 =over