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-Status: No, score=-3.3 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (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 1F9751F9FC for ; Thu, 11 Feb 2021 04:04:36 +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=1613016273; 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=+67/zPWCvDMesoaeFAljaFWCAN06XEwweXhbbf9eONw=; b=HZjnHRn+VPvjyID+6CuvjbyoGRqOTbzZY0w++v6swoOqZoFXDS5EHolXPX/ZzZnRTPsK81 ugtsoBC77J/aLNdSrKQcAI1AYBclt2zmI4sYnu3qIW2QazXakRG98F8TRXSAvdEXDod//U gxds7UTR6D54PKQGPgMuSzmafAqc2nWLtHWCaWdlYhuNwDMPKBu7Ut5YZT0uMINeYrSZ0Z Xd/MUFJC3durAqMRa2OoMFqIs10CTbf+qu36x2g+zrKTpKZ8erfNTFYyWDlTmXn8K8Vkvp NPrBvybiuyl6bysmUzRYxfix4XMTPqhm8ttY9KPKYH3Xz3n/ep9pD4Izrr/bjg== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 1/4] doc: lei q: use 'mfolder' as --output placeholder Date: Wed, 10 Feb 2021 23:04:12 -0500 Message-Id: <20210211040415.28557-2-kyle@kyleam.com> In-Reply-To: <20210211040415.28557-1-kyle@kyleam.com> References: <20210211040415.28557-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: 'mfolder' is familiar to mairix users, and 'path' isn't a good choice because support will be added for IMAP. Link: https://public-inbox.org/meta/YCBh62OqkYnr5cqw@dcvr --- 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 8f053a55..405cf48f 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -16,7 +16,7 @@ TODO: Give common prefixes, or at least a description/reference. =over -=item -o PATH, --output=PATH, --mfolder=PATH +=item -o MFOLDER, --output=MFOLDER, --mfolder=MFOLDER Destination for results (e.g., C or - for stdout). -- 2.30.0