From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29131 invoked by alias); 21 Mar 2013 20:39:33 -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 29114 invoked by uid 89); 21 Mar 2013 20:39:25 -0000 X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Thu, 21 Mar 2013 20:39:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BBB821C6BAC; Thu, 21 Mar 2013 16:39:21 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id XudI-Azosb1N; Thu, 21 Mar 2013 16:39:21 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 40AD82E696; Thu, 21 Mar 2013 16:39:21 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 38963C08BF; Thu, 21 Mar 2013 13:39:19 -0700 (PDT) Date: Thu, 21 Mar 2013 20:55:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: palves@redhat.com, dje@google.com, gdb-patches@sourceware.org Subject: Re: [PATCH] Display configuration details in --help Message-ID: <20130321203919.GG5447@adacore.com> References: <83r4jaynqq.fsf@gnu.org> <514B4AC3.1090103@redhat.com> <83zjxwy4ux.fsf@gnu.org> <20130321191051.GF5447@adacore.com> <83r4j8y1kh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83r4j8y1kh.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-03/txt/msg00814.txt.bz2 > That's Jan's code, and it is already in the sources. I just asked > whether it should be moved from --help to the new option. Oops! :-/. FWIW, I think having it in --help seems to be the most logical location for that piece of information, but I don't have a strong opinion on this. -- Joel