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