Re: CVS update: MODIFIED: sectionning, no_section.texi, nodes_test.texi ...

Dumas Patrice <[email protected]> Mon, 4 Aug 2003 13:54:41 +0200
Newsgroups gmane.comp.tex.texi2html.devel
Message-ID <[email protected]>
> > @@ -786,6 +786,14 @@
> >   verbose => 'Don\'t expand the given section of texinfo source',
> >  };
> >  
> > +$T2H_OPTIONS -> {'noexpand'} = 
> > +{
> > + type => '=s',
> > + linkage => $T2H_OPTIONS->{'no-expand'}->{'linkage'},
> > + verbose => $T2H_OPTIONS->{'no-expand'}->{'verbose'},
> > + noHelp  => 1,
> > +};
> > +

The thing is that I want to have only one possibility outputted with -h,
I don't want a real alias, the entries differ by the 
noHelp  => 1

Pat