This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 0a68ae0e [CLI-354] Fix HelpFormatter wrapped description indent (#439).
0a68ae0e is described below
commit 0a68ae0e826bb08eb59bda9bae7ec5d84008b62a
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 10:20:21 2026 -0400
[CLI-354] Fix HelpFormatter wrapped description indent (#439).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d4a5b054..0bc73da0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,7 @@
<action type="fix" dev="ggregory" due-to="farkhalit rida, Gary
Gregory">Reject trailing text after the date in Converter.DATE (#435).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
integer overflow in TextHelpAppendable.indexOfWrap (#437).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject UTF-16 surrogate values in Character converter (#438).</action>
+ <action type="fix" dev="ggregory" due-to="dev_Hakaze, Gary Gregory"
issue="CLI-354">Fix HelpFormatter wrapped description indent (#439).</action>
<!-- ADD -->
<action type="fix" dev="ggregory" due-to="Elric, Gary Gregory">Add
AbstractHelpFormatter.printHelp(String, Options).</action>
<!-- UPDATE -->