texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: texi2any --help


From: Gavin D. Smith
Subject: branch master updated: texi2any --help
Date: Wed, 27 Jul 2022 16:48:46 -0400

This is an automated email from the git hooks/post-receive script.

gavin pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new cb81a34ea7 texi2any --help
cb81a34ea7 is described below

commit cb81a34ea7a0add33b812cb8d99a26ff6f70a0d0
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Wed Jul 27 21:48:37 2022 +0100

    texi2any --help
    
    * tp/texi2any.pl: Fix help message so that default settings
    (including the fill column) are interpolated correctly.
---
 ChangeLog      | 7 +++++++
 tp/texi2any.pl | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 865cffeeab..69fd3cf82b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2022-07-27  Gavin Smith  <gavinsmith0123@gmail.com>
+
+       texi2any --help
+
+       * tp/texi2any.pl: Fix help message so that default settings
+       (including the fill column) are interpolated correctly.
+
 2022-07-27  Gavin Smith  <gavinsmith0123@gmail.com>
 
        texi2any --epub3
diff --git a/tp/texi2any.pl b/tp/texi2any.pl
index f1e78b5d2e..86d53a84a7 100755
--- a/tp/texi2any.pl
+++ b/tp/texi2any.pl
@@ -790,7 +790,7 @@ the behavior is identical, and does not depend on the 
installed name.\n")
                                 `asis', preserve existing indentation.")."\n"
 .__(
 "      --split-size=NUM        split Info files at size NUM (default 
%d).")."\n"
-."\n".
+."\n",
     _get_converter_default('FILLCOLUMN'),
     _get_converter_default('paragraphindent'), 
     _get_converter_default('SPLIT_SIZE'))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]