[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: pod2texi usage message
From: |
Patrice Dumas |
Subject: |
branch master updated: pod2texi usage message |
Date: |
Wed, 08 Jan 2025 16:55:27 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 5673806b3c pod2texi usage message
5673806b3c is described below
commit 5673806b3c3d6d151fb1cec2fc06c3504e24f7ae
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Wed Jan 8 22:55:31 2025 +0100
pod2texi usage message
* Pod-Simple-Texinfo/pod2texi.pl: use ; instead of . to separate
information. Indent second line of option description by two spaces.
---
ChangeLog | 7 +++++++
Pod-Simple-Texinfo/pod2texi.pl | 12 ++++++------
2 files changed, 13 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 197682a78f..c4077e8a1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2025-01-08 Patrice Dumas <pertusus@free.fr>
+
+ pod2texi usage message
+
+ * Pod-Simple-Texinfo/pod2texi.pl: use ; instead of . to separate
+ information. Indent second line of option description by two spaces.
+
2025-01-08 Patrice Dumas <pertusus@free.fr>
texi2any usage message
diff --git a/Pod-Simple-Texinfo/pod2texi.pl b/Pod-Simple-Texinfo/pod2texi.pl
index 0210874b6c..4b55da92f1 100755
--- a/Pod-Simple-Texinfo/pod2texi.pl
+++ b/Pod-Simple-Texinfo/pod2texi.pl
@@ -151,18 +151,18 @@ and all the \@include is generated.");
$pod2texi_help .= __(" --base-level=NUM|NAME level of the head1
commands; default 0")."\n";
$pod2texi_help .= __(" --debug=NUM set debugging level")."\n";
$pod2texi_help .= __(" --generate-setfilename generate \@setfilename for
standalone
- manuals")."\n";
+ manuals")."\n";
$pod2texi_help .= __(" --headings-as-sections no structuring command for
sections")."\n";
$pod2texi_help .= __(" --help display this help and
exit")."\n";
$pod2texi_help .= __(" --no-fill-section-gaps do not fill sectioning
gaps")."\n";
$pod2texi_help .= __(" --no-section-nodes use anchors for sections
instead of nodes")."\n";
$pod2texi_help .= __(" --menus generate node menus")."\n";
- $pod2texi_help .= __(" --outdir=NAME output included files in
NAME.
- Defaults to
--subdir")."\n";
+ $pod2texi_help .= __(" --outdir=NAME output included files in
NAME;
+ defaults to --subdir")."\n";
$pod2texi_help .= __(" --output=NAME output to NAME for the
first or main manual
- instead of standard output")."\n";
- $pod2texi_help .= __(" --preamble=STR insert STR as beginning
boilerplate.
- Defaults to a minimal Texinfo document
beginning")."\n";
+ instead of standard output")."\n";
+ $pod2texi_help .= __(" --preamble=STR insert STR as beginning
boilerplate;
+ defaults to a minimal Texinfo document
beginning")."\n";
$pod2texi_help .= __(" --setfilename \@setfilename for the main
manual")."\n";
$pod2texi_help .= __(" --subdir=NAME include files from NAME in
the main manual")."\n";
$pod2texi_help .= __(" --top top for the main
manual")."\n";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: pod2texi usage message,
Patrice Dumas <=