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.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 52EE71F9FF for ; Mon, 29 Mar 2021 03:11: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=1616987516; 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=/qGjE9ZRHAF8UagVDvaSqfErz+fhG6cJESW1aG5Urgw=; b=BBx+v6Yg1m+bJe43KaYXhfuwlGSFiBkC9ymThFhVGYqa9gcDzMhuWAnGGpC+bO8YDtvPON BzRuyevrGx4vulsHDVKjW1XteLaJD8YzDllf1a1vwJJL5cl0uLNoHs1xG61iSmYZJXk6TP CZqhfeEEDqsmpL1R/dyerZmQQXaS9eGAGsHYIgsGTpGY2u4ctBoTB4OgZiGQLjOC5hzyi6 HfCBlSHHsXlnRPpIRU5ceANoSyLESl+VjJD5kaW5Wy8fnfNvuk31MNyuHjaVhOOPMFblGx q4Anb7+4FoQf4XkfK2AVAjx2Cpyo+OHY0mtcaRywp68gxcJOyQwSo2Jlj53Itg== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 2/8] doc lei: note --stdin shortcut in synopses Date: Sun, 28 Mar 2021 23:11:11 -0400 Message-Id: <20210329031117.28516-3-kyle@kyleam.com> In-Reply-To: <20210329031117.28516-1-kyle@kyleam.com> References: <20210329031117.28516-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-import.pod | 2 +- Documentation/lei-q.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/lei-import.pod b/Documentation/lei-import.pod index 7f4e3745..acc4f776 100644 --- a/Documentation/lei-import.pod +++ b/Documentation/lei-import.pod @@ -6,7 +6,7 @@ lei-import - one-time import of messages into local store lei import [OPTIONS] LOCATION [LOCATION...] -lei import [OPTIONS] --stdin +lei import [OPTIONS] (--stdin|-) =head1 DESCRIPTION diff --git a/Documentation/lei-q.pod b/Documentation/lei-q.pod index 446a82c6..cb1227fb 100644 --- a/Documentation/lei-q.pod +++ b/Documentation/lei-q.pod @@ -6,7 +6,7 @@ lei-q - search for messages matching terms lei q [OPTIONS] TERM [TERM...] -lei q [OPTIONS] --stdin +lei q [OPTIONS] (--stdin|-) =head1 DESCRIPTION -- 2.31.0