This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [options] Move more --help text
Joseph S. Myers wrote:-
> 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.
I haven't lost the N_().
Neil.