]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc lei overview: better explain routes into local store
authorKyle Meyer <kyle@kyleam.com>
Mon, 29 Mar 2021 03:11:17 +0000 (23:11 -0400)
committerEric Wong <e@80x24.org>
Mon, 29 Mar 2021 03:15:42 +0000 (03:15 +0000)
Documentation/lei-overview.pod

index 55e842542f8e62d446bec8338574a487b89711cf..f74a228ab21b5de1e10cb45ce0fc56f2d1502ced 100644 (file)
@@ -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