From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1199 invoked by alias); 10 Apr 2010 01:29:10 -0000 Received: (qmail 1191 invoked by uid 22791); 10 Apr 2010 01:29:10 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 10 Apr 2010 01:29:07 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id A4D102BABBD; Fri, 9 Apr 2010 21:29:05 -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 QyyWknu8FyYo; Fri, 9 Apr 2010 21:29:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 62C5B2BABBA; Fri, 9 Apr 2010 21:29:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id E4E0EF58C2; Fri, 9 Apr 2010 18:28:54 -0700 (PDT) Date: Sat, 10 Apr 2010 01:29:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Sergio Durigan Junior , gdb-patches@sourceware.org, Doug Evans Subject: Re: [RFA] Add -s option to source command. Message-ID: <20100410012854.GQ19194@adacore.com> References: <20100406215751.7EC1784397@ruffy.mtv.corp.google.com> <201004082008.55981.sergiodj@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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 X-SW-Source: 2010-04/txt/msg00291.txt.bz2 > The reason I like it is that it is already fairly well understood, and > existing gdb help strings are often less clear than the typical --help > output when it comes to usage details. I'm partial to your suggestion, which I find easier to read/scan quickly. But it's only a mild preference. -- Joel