From 3f8f232d8b975e0466e6d3d034998910051f4397 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 16 May 2021 23:35:28 -0400 Subject: [PATCH] doc lei: update manpages with new options --- Documentation/lei-blob.pod | 2 ++ Documentation/lei-import.pod | 16 ++++++++++++++++ Documentation/lei-q.pod | 10 ++++++++++ 3 files changed, 28 insertions(+) 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 -- 2.44.0