From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8844 invoked by alias); 6 Jun 2014 08:23:00 -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 8827 invoked by uid 89); 6 Jun 2014 08:22:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout24.012.net.il Received: from mtaout24.012.net.il (HELO mtaout24.012.net.il) (80.179.55.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Jun 2014 08:22:57 +0000 Received: from conversion-daemon.mtaout24.012.net.il by mtaout24.012.net.il (HyperSendmail v2007.08) id <0N6Q00N00MU7PQ00@mtaout24.012.net.il> for gdb-patches@sourceware.org; Fri, 06 Jun 2014 11:19:15 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout24.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6Q00I0ZN431W70@mtaout24.012.net.il>; Fri, 06 Jun 2014 11:19:15 +0300 (IDT) Date: Fri, 06 Jun 2014 08:23:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Add -q in help info and doc In-reply-to: To: Mingjie Xing Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83d2em4fca.fsf@gnu.org> References: X-IsSubscribed: yes X-SW-Source: 2014-06/txt/msg00304.txt.bz2 > From: Mingjie Xing > Date: Fri, 6 Jun 2014 16:12:35 +0800 > > I notice that "-q" and "--silent" options are not mentioned in gdb's > help information. This patch just adds them and updates the document. > > Besides, most options in gdb document are using "-" prefix instead of "--". > > ChangeLog > > * gdb.texinfo (Invoking GDB): Add -q and --quiet. > * main.c (print_gdb_help): Add -q and --silent. > > Is it OK? Fine with me, thanks.