We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 686b336 commit e30f005Copy full SHA for e30f005
1 file changed
src/main/java/org/apache/commons/cli/OptionBuilder.java
@@ -187,7 +187,7 @@ public static OptionBuilder hasOptionalArgs() {
187
/**
188
* The next Option can have the specified number of optional arguments.
189
*
190
- * @param numArgs - the maximum number of optional arguments the next Option created can have.
+ * @param numArgs the maximum number of optional arguments the next Option created can have.
191
* @return the OptionBuilder instance
192
*/
193
public static OptionBuilder hasOptionalArgs(final int numArgs) {
0 commit comments