From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57308 invoked by alias); 5 Jun 2018 16:38:32 -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 56319 invoked by uid 89); 5 Jun 2018 16:38:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,KAM_SHORT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 05 Jun 2018 16:38:29 +0000 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.rdu2.redhat.com [10.11.54.4]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 190D1123AA3; Tue, 5 Jun 2018 16:38:28 +0000 (UTC) Received: from [127.0.0.1] (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5F0842026DEF; Tue, 5 Jun 2018 16:38:27 +0000 (UTC) Subject: Re: [RFA] Remove some text from --version output To: Tom Tromey References: <20180511194008.16382-1-tom@tromey.com> <9ad3f1be-2532-b57f-3423-6a7bd7e8dafe@redhat.com> <87in6yl2qk.fsf@tromey.com> Cc: gdb-patches@sourceware.org From: Pedro Alves Message-ID: <65b040ff-eac9-df40-f511-a76eea2d6d05@redhat.com> Date: Tue, 05 Jun 2018 16:38:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <87in6yl2qk.fsf@tromey.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-06/txt/msg00101.txt.bz2 On 06/04/2018 09:24 PM, Tom Tromey wrote: > > This patch removes some text from --version, while leaving it in the > "show version" output. It also adds a newline between the URLs and > the "For help, ..." text, because I thought that was easier to read. > Finally, it indents one of the URLs, since that was simpler to read, > but not the other URL, because the current format is specified by the > GNU coding standards section on "--version". > > Now the --version output looks like: > > GNU gdb (GDB) 8.1.50.20180511-git > Copyright (C) 2018 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. IIUC, you changed the "show version" output too, in which case it would be nice to include the new output for that here too. I didn't try it locally, but I trust that it's fine. Thus, OK with me. Thanks, Pedro Alves