]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: lei: prefer 'location' and 'dirname'
authorKyle Meyer <kyle@kyleam.com>
Thu, 11 Feb 2021 04:04:13 +0000 (23:04 -0500)
committerEric Wong <e@80x24.org>
Thu, 11 Feb 2021 05:03:23 +0000 (05:03 +0000)
This follows the help output change in 52342875 (lei help: split out
into separate file, 2021-02-06).

Documentation/lei-add-external.pod
Documentation/lei-forget-external.pod
Documentation/lei-init.pod

index dd87be629269b76d357b71bd28993881954014bf..ebefb4cfa919d36a79bc516ed946544754932b4e 100644 (file)
@@ -4,12 +4,12 @@ lei-add-external - add inbox or external index
 
 =head1 SYNOPSIS
 
-lei add-external [OPTIONS] URL_OR_PATHNAME
+lei add-external [OPTIONS] LOCATION
 
 =head1 DESCRIPTION
 
 Configure lei to search against an external (an inbox or external
-index).  When C<URL_OR_PATHNAME> is a local path, it should point to a
+index).  When C<LOCATION> is a local path, it should point to a
 directory that is a C<public.<name>.inboxdir> or
 C<extindex.<name>.topdir> value in ~/.public-inbox/config.
 
index 40287bd37a3cc9f1aff649127d3ff94ba9a33314..3ad6bd455afc718b80a51ccaa1cca326bcf1a49b 100644 (file)
@@ -4,7 +4,7 @@ lei-forget-external - forget external locations
 
 =head1 SYNOPSIS
 
-lei forget-external [OPTIONS] URL_OR_PATHNAME [URL_OR_PATHNAME...]
+lei forget-external [OPTIONS] LOCATION [LOCATION...]
 
 =head1 DESCRIPTION
 
index 8a8022fbf2bb8e2940b32b0b1ded739006919de5..bc687f725a1233bd37039a64f972e6ee288a3f29 100644 (file)
@@ -4,11 +4,11 @@ lei-init - initialize storage
 
 =head1 SYNOPSIS
 
-lei init [OPTIONS] [PATHNAME]
+lei init [OPTIONS] [DIRNAME]
 
 =head1 DESCRIPTION
 
-Initialize local writable storage for L<lei(1)>.  If C<PATHNAME> is
+Initialize local writable storage for L<lei(1)>.  If C<DIRNAME> is
 unspecified, the storage is created at C<$XDG_DATA_HOME/lei/store>.
 C<leistore.dir> in C<$XDG_CONFIG_HOME/lei/config> records this
 location.