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 10E741FA12 for ; Mon, 17 May 2021 03:35:53 +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=1621222551; 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=J+hFEL7mJVYdw0NUSsX48InVYysESX9VSYDjiv83KI0=; b=zBWGa3wjDncWmS0JdYqE6xoCZFcBPhNy3Gq+HEv6KqNZqcH144QDPTEPeu4OywXBNTAzd6 VhmoDFq0776bIL7vALuzjYlEYQfCdaewmPiM3FZW54Xdnf6OjeEu+T0qbJBZ5oa93xuI8a YOzuqh8XJTr5DFA6kwUH1p0qlnPIk0z+ZhaFEd1DD4Q/b90fJxX4nKXI0zsQ9E6LcCEJvy /t/K5Dk3DEm97yUE9NkCzcr5S25V/rDmY7YajgcctMcCKwX47C01Ig/+Ny04//e6jMVHf0 Yg3yEAmMoHqqKiUZ4CcQf2PmsQ9/ZwLvJFT0gi9tQ+4exMA4NwM+sy9V2uU8WQ== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 6/9] doc lei q: add missing value for --lock Date: Sun, 16 May 2021 23:35:25 -0400 Message-Id: <20210517033528.18966-7-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-q.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index e1c20a0d..39199849 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -171,7 +171,7 @@ option applies to C<--include>, C<--exclude>, and C<--only>. Disable the default behavior of memoizing remote messages into the local store. -=item --lock +=item --lock=METHOD L locking method(s) to use: C, C, C or C. -- 2.31.1