]> Sergey Matveev's repositories - public-inbox.git/blobdiff - Documentation/lei-ls-external.pod
doc: lei: update manpages
[public-inbox.git] / Documentation / lei-ls-external.pod
index 1735faa9ae880697e53487527698011dbcbf3506..85d951f08c62553d626c5824b6692aa6c391bdd5 100644 (file)
@@ -4,16 +4,29 @@ lei-ls-external - list inbox and external index locations
 
 =head1 SYNOPSIS
 
-lei ls-external [OPTIONS]
+lei ls-external [OPTIONS] [FILTER]
 
 =head1 DESCRIPTION
 
-List configured externals.
+List configured externals.  If C<FILTER> is given, restrict the output
+to matching entries.
 
 =head1 OPTIONS
 
 =over
 
+=item -g, --globoff
+
+Do not match C<FILTER> using C<*?> wildcards and C<[]> ranges.
+
+=item --local
+
+Limit operations to the local filesystem.
+
+=item --remote
+
+Limit operations to those requiring network access.
+
 =item -z, -0
 
 Use C<\0> (NUL) instead of newline (CR) to delimit lines.