From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57327 invoked by alias); 16 Feb 2018 23:09:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 57317 invoked by uid 89); 16 Feb 2018 23:09:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Plenty, HContent-Transfer-Encoding:8bit X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Feb 2018 23:09:15 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id w1GN98pA022786 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Fri, 16 Feb 2018 18:09:13 -0500 Received: by simark.ca (Postfix, from userid 112) id A7A071E76C; Fri, 16 Feb 2018 18:09:08 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id E4A0F1E093; Fri, 16 Feb 2018 18:09:07 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 16 Feb 2018 23:09:00 -0000 From: Simon Marchi To: Tom Tromey Cc: Alan Hayward , gdb-patches@sourceware.org, nd Subject: Re: [RFA 1/3] Add usage to printf command In-Reply-To: <87vaew4mwb.fsf@tromey.com> References: <20180215205001.337-1-tom@tromey.com> <20180215205001.337-2-tom@tromey.com> <9E6EDAE0-C429-4581-9CAA-FF7B88796D40@arm.com> <87vaew4mwb.fsf@tromey.com> Message-ID: <60d111f588da6c83fc1cce2a86e46e5f@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.4 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Fri, 16 Feb 2018 23:09:08 +0000 X-IsSubscribed: yes X-SW-Source: 2018-02/txt/msg00223.txt.bz2 On 2018-02-16 16:58, Tom Tromey wrote: >>>>>> "Alan" == Alan Hayward writes: > > Alan> I like the addition of a “usage”. But this will be the only > command to have it. > > Plenty of commands have it. > > Alan> Probably not in scope for this patch series, but it would be > nice for consistency > Alan> for usage statements to be added to all the commands in this > file. > > I can drop this patch. Please don't :). I think this is a welcome change. Simon