File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/cli/help Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments