From: Kyle Meyer Date: Mon, 17 May 2021 03:35:28 +0000 (-0400) Subject: doc lei: update manpages with new options X-Git-Tag: v1.7.0~662 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;ds=sidebyside;h=3f8f232d8b975e0466e6d3d034998910051f4397;p=public-inbox.git doc lei: update manpages with new options --- diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod index 36c75d53..5b611d11 100644 --- a/Documentation/lei-blob.pod +++ b/Documentation/lei-blob.pod @@ -80,6 +80,8 @@ L. =item --no-torsocks +=item --proxy=PROTO://HOST[:PORT] + =back =head1 CONTACT diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod index 1fe2dac3..c29a085b 100644 --- a/Documentation/lei-import.pod +++ b/Documentation/lei-import.pod @@ -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 and L commands with torsocks. + +Default: C + +=item --proxy=PROTO://HOST[:PORT] + +Use the specified proxy (e.g., C). + =back =head1 CONTACT diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index c4a7eea3..fbe61920 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -26,6 +26,10 @@ TODO: mention curl options? Read search terms from stdin. +=item --save + +Save a search for L. + =item --output=MFOLDER =item -o MFOLDER @@ -66,6 +70,10 @@ default destination (stdout). Using a C 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 or C output. If stdout is opened to @@ -229,6 +237,8 @@ Whether to wrap L and L commands with torsocks. Default: C +=item --proxy=PROTO://HOST[:PORT] + =back =head1 CONTACT