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: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D8A6C1F5AE for ; Sun, 25 Jul 2021 12:03:33 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] doc: lei-{p2q,rediff}: note implicit --stdin Date: Sun, 25 Jul 2021 12:03:33 +0000 Message-Id: <20210725120333.77178-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: lei actually uses implicit --stdin everywhere, but I thing these patch-related commands are the most common use of them. --- Documentation/lei-p2q.pod | 3 ++- Documentation/lei-rediff.pod | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Documentation/lei-p2q.pod b/Documentation/lei-p2q.pod index f404ede0..44798ac3 100644 --- a/Documentation/lei-p2q.pod +++ b/Documentation/lei-p2q.pod @@ -48,7 +48,8 @@ Default: C =item --stdin -Read patch from stdin. +Read message from stdin. This is implicit if no arguments are given +and stdin is a pipe or regular file. =item --debug diff --git a/Documentation/lei-rediff.pod b/Documentation/lei-rediff.pod index 5fdde230..e968fb20 100644 --- a/Documentation/lei-rediff.pod +++ b/Documentation/lei-rediff.pod @@ -24,7 +24,8 @@ supported. =item --stdin -Read message from stdin. +Read message from stdin. This is implicit if no arguments are given +and stdin is a pipe or regular file. =item --git-dir=DIR