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: AS3215 2.0.0.0/16 X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out2.migadu.com (out2.migadu.com [IPv6:2001:41d0:2:aacc::]) (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 AF3651FA18 for ; Mon, 17 May 2021 03:35:51 +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=1621222547; 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=t+j9utwpI9fbfx/prQ5V8oabJ6HI6N2BuQWVS6wBs1c=; b=BqUmODvjrLE4IFblyzqHg472nEXO1ziJr3xA5nwO1nKntxplYa0djiQ4YM+hgryiehfZ1o 43+HI8qcpots9mtJGhEJDULBZPxfJysJwjqhVQ21HZOuKGAboYQcXKGBxVVadeXM6UFLsw mLJMnLoyBRGzWkCo7s/HckXpnA/6DaRqZ1Wep6INQ9Xk7edqP936T6U3QtXKddvnTdqrO5 JPUhyJhyDV+wnYXqnpxQbofjMorK7XeoOnoko57iZN5g5m3840E2zlqoQZaGbH4syv2nzp SpGJYug+9ikrva1MZbSFx/xxXID4EEAW/3ZuunCYGeTh2CX6ZrQ0vqPiYdtegA== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 3/9] doc lei blob: point to lei-q for shared options Date: Sun, 16 May 2021 23:35:22 -0400 Message-Id: <20210517033528.18966-4-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: lei-blob shares a good number of options with lei-q. Refer to lei-q's manpage rather than repeating the descriptions. Also, add lei-q to lei-blob's "see also" section. Link: https://public-inbox.org/meta/YGFImEcWX1mCJJwv@dcvr/ --- Documentation/lei-blob.pod | 47 ++++++++++---------------------------- 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/Documentation/lei-blob.pod b/Documentation/lei-blob.pod index 76918324..36c75d53 100644 --- a/Documentation/lei-blob.pod +++ b/Documentation/lei-blob.pod @@ -49,60 +49,37 @@ Provide pre-image pathname as a hint for reconstructing C. Provide post-image pathname as a hint for reconstructing C. -=for comment -TODO: The below options are shared with lei-q. Any good approaches to -not repeating the text? +=item -v -=item --[no-]remote +=item --verbose -Whether to include results requiring network access. When local -externals are configured, C<--remote> must be explicitly passed to -enable reporting of results from remote externals. +Provide more feedback on stderr. -=item --no-local +=back -Limit operations to those requiring network access. +The following options are also supported and are described in +L. -=item --no-external +=over -Don't include results from externals. +=item --[no-]remote -=item -I LOCATION +=item --no-local -=item --include=LOCATION +=item --no-external -Include specified external in search. This option may be given -multiple times. +=item -I LOCATION, --include=LOCATION =item --exclude=LOCATION -Exclude specified external from search. This option may be given -multiple times. - =item --only=LOCATION -Use only the specified external for search. This option may be given -multiple times, in which case the search uses only the specified set. - =item --no-import-remote -Disable the default behavior of memoizing remote messages into the -local store. - -=item -v - -=item --verbose - -Provide more feedback on stderr. - =item --torsocks=auto|no|yes =item --no-torsocks -Whether to wrap L and L commands with torsocks. - -Default: C - =back =head1 CONTACT @@ -121,4 +98,4 @@ License: AGPL-3.0+ L =head1 SEE ALSO -L +L, L -- 2.31.1