This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [options] Move more --help text


On Thu, 10 Jul 2003, Neil Booth wrote:

> 	* common.opt: More --help messages.
> 	* toplev.c (f_options): Remove help text.

The help text in toplev.c is marked with N_() so that it is extracted for
translation.  You need to do something to exgettext so that help text in
the .opt files gets extracted to gcc.pot for translation as well.

-- 
Joseph S. Myers
jsm@polyomino.org.uk


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]