Skip to content

Commit 6014487

Browse files
committed
Updating the text for CLI-151
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@746140 13f79535-47bb-0310-9956-ffa450edef68
1 parent daed6dc commit 6014487

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

xdocs/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
The ordering of options can be defined in help messages.
7171
</action>
7272
<action type="fix" dev="bayard" issue="CLI-151" due-to="Dan Armbrust">
73-
The line wrapping in HelpFormatter now works properly.
73+
The line wrapping in HelpFormatter now works properly. This caused CLI-162, and thus there was a feature change
74+
for the HelpFormatter in that it is strict on width now rather than what seemed to be lenience before. Text without
75+
whitespace will be cut off to fit in the spacing, and an IllegalStateException will be thrown if it is impossible
76+
to output the information due to spacing constraints.
7477
</action>
7578
<action type="fix" dev="bayard" issue="CLI-149">
7679
The message of MissingOptionException has been improved.

0 commit comments

Comments
 (0)