On Sun, Dec 05, 2021 at 04:38:37AM -0500, Alfred M. Szmidt wrote: > This should probobly fix it, untested. > > 2021-12-05 Alfred M. Szmidt <[email protected]> > > * tp/texi2any.pl (makeinfo_help) <--output>: Fix indentation. > > diff --git a/tp/texi2any.pl b/tp/texi2any.pl > index fa7cc7a42a..391d5f8fe4 100755 > --- a/tp/texi2any.pl > +++ b/tp/texi2any.pl > @@ -663,10 +663,10 @@ the behavior is identical, and does not depend on the > installed name.\n") > default is on. > -o, --output=DEST output to DEST. > With split output, create DEST as a directory > - and put the output files there. > + and put the output files there. > With non-split output, if DEST is already > - a directory or ends with a /, > - put the output file there. > + a directory or ends with a /, > + put the output file there. > Otherwise, DEST names the output file.\n") > ."\n"; > # TODO: avoid \n in translated strings, split each option in a translatable >
Thank you both; I have committed a fix in commit 540d4ad001. This commit also splits that part of the usage message up so that each part can be translated separately.
