This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Add -q in help info and doc
- From: Mingjie Xing <mingjie dot xing at gmail dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 9 Jun 2014 09:32:38 +0800
- Subject: Re: [patch] Add -q in help info and doc
- Authentication-results: sourceware.org; auth=none
- References: <CADNgcExxcG75mYskwGZGNcFHbPyzMA=5y3pAkAGBeeLKvMz2UQ at mail dot gmail dot com> <53919763 dot 9000404 at redhat dot com>
2014-06-06 18:26 GMT+08:00 Pedro Alves <palves@redhat.com>:
> I notice it's missing from the man page too.
>
> (cd doc; make man; man ./gdb.1)
Yes. But before fixing it, I think It should be better that we can
firstly unify the
long option format. Currently, we use "--" prefix in the help
information, while "-"
in gdb.texinfo. It's confusing for users, though gdb accepts both kinds.
Best regards,
Mingjie