From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS16276 188.165.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [188.165.223.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AC1241F934 for ; Mon, 17 May 2021 03:35:57 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1621222556; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XcDabXEmvDEbgu0eFQ88kEj8AgABZ6trEyNtDesgQvk=; b=vILoxC375w3N2YZP4tPHB+QHOHZR6uWiOYEN//X13aGBW1KwqSwaDMhoeMWZDAVLTie5TA nu6NxcqjEaVg3NipxBgae3cSJ2f6QldIlEFd/JCaGc9UjAffeQ3liv9sMhG80PKQe9iJ3h XMvmnZdtTHzkKlkVXHTXf2cjlczENtRu5KCox7u5S3LdJECI/lnS+c7dGiEqFYUffIUPDP lButk7pS6xNJarWbH+s8O5ROjag720QreyO1D0A4+smfozzU4I1cq4OlD53oiist7643pP wvafGU7TRPafCZB2Y0U2VjJwhlJwIRSCl6vX+F/XLmu+7AQI2Q4jSWUzewCGyw== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 9/9] doc lei: update manpages with new options Date: Sun, 16 May 2021 23:35:28 -0400 Message-Id: <20210517033528.18966-10-kyle@kyleam.com> In-Reply-To: <20210517033528.18966-1-kyle@kyleam.com> References: <20210517033528.18966-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: --- 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.31.1