Skip to content

Commit 9724b02

Browse files
committed
Javadoc
1 parent e32c382 commit 9724b02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/org/apache/commons/cli/Options.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public Options addOption(final Option opt) {
9494
* </p>
9595
*
9696
* @param opt Short single-character name of the option.
97-
* @param hasArg flag signalling if an argument is required after this option
97+
* @param hasArg flag signaling if an argument is required after this option
9898
* @param description Self-documenting description
9999
* @return the resulting Options instance
100100
*/
@@ -127,7 +127,7 @@ public Options addOption(final String opt, final String description) {
127127
*
128128
* @param opt Short single-character name of the option.
129129
* @param longOpt Long multi-character name of the option.
130-
* @param hasArg flag signalling if an argument is required after this option
130+
* @param hasArg flag signaling if an argument is required after this option
131131
* @param description Self-documenting description
132132
* @return the resulting Options instance
133133
*/
@@ -191,7 +191,7 @@ public Options addOptions(final Options options) {
191191
*
192192
* @param opt Short single-character name of the option.
193193
* @param longOpt Long multi-character name of the option.
194-
* @param hasArg flag signalling if an argument is required after this option
194+
* @param hasArg flag signaling if an argument is required after this option
195195
* @param description Self-documenting description
196196
* @return the resulting Options instance
197197
* @since 1.4

0 commit comments

Comments
 (0)