From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dog.birch.relay.mailchannels.net (dog.birch.relay.mailchannels.net [23.83.209.48]) by sourceware.org (Postfix) with ESMTPS id 40E90389682E for ; Tue, 25 May 2021 04:52:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 40E90389682E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=gotplt.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=siddhesh@gotplt.org X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 168BE641EC6; Tue, 25 May 2021 04:52:53 +0000 (UTC) Received: from pdx1-sub0-mail-a61.g.dreamhost.com (100-96-16-68.trex.outbound.svc.cluster.local [100.96.16.68]) (Authenticated sender: dreamhost) by relay.mailchannels.net (Postfix) with ESMTPA id CD9356421F7; Tue, 25 May 2021 04:52:52 +0000 (UTC) X-Sender-Id: dreamhost|x-authsender|siddhesh@gotplt.org Received: from pdx1-sub0-mail-a61.g.dreamhost.com (pop.dreamhost.com [64.90.62.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384) by 100.96.16.68 (trex/6.2.1); Tue, 25 May 2021 04:52:52 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: dreamhost|x-authsender|siddhesh@gotplt.org X-MailChannels-Auth-Id: dreamhost X-Madly-Inform: 3de512870adce97a_1621918372912_1318740404 X-MC-Loop-Signature: 1621918372912:2670565323 X-MC-Ingress-Time: 1621918372911 Received: from pdx1-sub0-mail-a61.g.dreamhost.com (localhost [127.0.0.1]) by pdx1-sub0-mail-a61.g.dreamhost.com (Postfix) with ESMTP id 930497F120; Mon, 24 May 2021 21:52:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gotplt.org; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=gotplt.org; bh=zTXARx tAkpvg9W8eu49r0VUcLHg=; b=sQ1XG9bMP5kdBxdcpyjXgsY20l4Int+Zd1skQ9 e72RWQZHGZm8DQbfdYdSNA3VwNY+PBxxafVqPWcZjfbxvS9eYpqcbLPQDpRIf4Md lR+yVzTCBBDl6WiZkACTICgwILqeZDznsqhB8tJqiXuAvv/EHJuMfNmHWkn7gHYS gxL7I= Received: from [192.168.1.111] (unknown [1.186.101.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: siddhesh@gotplt.org) by pdx1-sub0-mail-a61.g.dreamhost.com (Postfix) with ESMTPSA id 8AB887E675; Mon, 24 May 2021 21:52:50 -0700 (PDT) Subject: Re: [PATCH] testrun.sh: Improve --help message To: "Lucas A. M. Magalhaes" , Carlos O'Donell , libc-alpha@sourceware.org References: <20210503212206.1699908-1-lamm@linux.ibm.com> <162073554296.316372.11926568900853580975@fedora.local> X-DH-BACKEND: pdx1-sub0-mail-a61 From: Siddhesh Poyarekar Message-ID: Date: Tue, 25 May 2021 10:22:43 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <162073554296.316372.11926568900853580975@fedora.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3030.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 04:52:56 -0000 On 5/11/21 5:49 PM, Lucas A. M. Magalhaes via Libc-alpha wrote: > Hi Carlos. Can you push this for me? > I've pushed this now. Siddhesh