Skip to content

Commit 78ac6b7

Browse files
committed
Javadoc
1 parent d6d13c5 commit 78ac6b7

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/main/java/org/apache/commons/cli/help/AbstractHelpFormatter.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,13 @@ public B setOptionGroupSeparator(final String optionGroupSeparator) {
170170
public static final Comparator<Option> DEFAULT_COMPARATOR = (opt1, opt2) -> opt1.getKey().compareToIgnoreCase(opt2.getKey());
171171

172172
/**
173-
* The default separator between {@link OptionGroup} elements.
173+
* The default separator between {@link OptionGroup} elements: {@value}.
174174
*/
175175
public static final String DEFAULT_OPTION_GROUP_SEPARATOR = " | ";
176176

177-
/** The string to display at the beginning of the usage statement */
177+
/**
178+
* The string to display at the beginning of the usage statement: {@value}.
179+
*/
178180
public static final String DEFAULT_SYNTAX_PREFIX = "usage: ";
179181

180182
/** The comparator for sorting {@link Option} collections */

0 commit comments

Comments
 (0)