]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc lei: update manpages with new options
authorKyle Meyer <kyle@kyleam.com>
Mon, 17 May 2021 03:35:28 +0000 (23:35 -0400)
committerEric Wong <e@80x24.org>
Mon, 17 May 2021 07:48:59 +0000 (07:48 +0000)
Documentation/lei-blob.pod
Documentation/lei-import.pod
Documentation/lei-q.pod

index 36c75d535d5d7c75f01f503bfcd8de161f54ea41..5b611d11ba1f68a718b5e25bcb67786e6500a8bc 100644 (file)
@@ -80,6 +80,8 @@ L<lei-q(1)>.
 
 =item --no-torsocks
 
+=item --proxy=PROTO://HOST[:PORT]
+
 =back
 
 =head1 CONTACT
index 1fe2dac34c3afc5bd1258a22c3032bf24dff00b5..c29a085b77a46b66177785c204ebe4a39a040ab0 100644 (file)
@@ -46,6 +46,22 @@ Default: fcntl,dotlock
 
 Don't import message keywords (or "flags" in IMAP terminology).
 
+=item --no-incremental
+
+Import already seen IMAP and NNTP articles.
+
+=item --torsocks=auto|no|yes
+
+=item --no-torsocks
+
+Whether to wrap L<git(1)> and L<curl(1)> commands with torsocks.
+
+Default: C<auto>
+
+=item --proxy=PROTO://HOST[:PORT]
+
+Use the specified proxy (e.g., C<socks5h://0:9050>).
+
 =back
 
 =head1 CONTACT
index c4a7eea3cf29edb6d8daf197d16bd52d36c74877..fbe6192068f5ccdae8becd01aeb0dcf2935f8db1 100644 (file)
@@ -26,6 +26,10 @@ TODO: mention curl options?
 
 Read search terms from stdin.
 
+=item --save
+
+Save a search for L<lei-up(1)>.
+
 =item --output=MFOLDER
 
 =item -o MFOLDER
@@ -66,6 +70,10 @@ default destination (stdout).
 Using a C<format:> prefix with the C<--output> destination is
 preferred when not writing to stdout.
 
+=item --no-color
+
+Disable color (for C<--format=text>).
+
 =item --pretty
 
 Pretty print C<json> or C<concatjson> output.  If stdout is opened to
@@ -229,6 +237,8 @@ Whether to wrap L<git(1)> and L<curl(1)> commands with torsocks.
 
 Default: C<auto>
 
+=item --proxy=PROTO://HOST[:PORT]
+
 =back
 
 =head1 CONTACT