Skip to content

Commit ac94e03

Browse files
committed
Merge branch 'master' of https://github.com/cccCody/commons-cli
2 parents 282bdb6 + 1984950 commit ac94e03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public Options addOption(final String opt, final String description)
120120
* </p>
121121
*
122122
* @param opt Short single-character name of the option.
123-
* @param hasArg flag signally if an argument is required after this option
123+
* @param hasArg flag signalling if an argument is required after this option
124124
* @param description Self-documenting description
125125
* @return the resulting Options instance
126126
*/
@@ -139,7 +139,7 @@ public Options addOption(final String opt, final boolean hasArg, final String de
139139
*
140140
* @param opt Short single-character name of the option.
141141
* @param longOpt Long multi-character name of the option.
142-
* @param hasArg flag signally if an argument is required after this option
142+
* @param hasArg flag signalling if an argument is required after this option
143143
* @param description Self-documenting description
144144
* @return the resulting Options instance
145145
*/
@@ -166,7 +166,7 @@ public Options addOption(final String opt, final String longOpt, final boolean h
166166
*
167167
* @param opt Short single-character name of the option.
168168
* @param longOpt Long multi-character name of the option.
169-
* @param hasArg flag signally if an argument is required after this option
169+
* @param hasArg flag signalling if an argument is required after this option
170170
* @param description Self-documenting description
171171
* @return the resulting Options instance
172172
* @since 1.4

0 commit comments

Comments
 (0)