This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push: new 116d5348 Javadoc typo 116d5348 is described below commit 116d5348222d4ee710638aa341f477d38405fd8d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Mar 12 16:23:26 2025 -0400 Javadoc typo --- src/main/java/org/apache/commons/cli/Options.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/cli/Options.java b/src/main/java/org/apache/commons/cli/Options.java index b4167aa6..c6f23803 100644 --- a/src/main/java/org/apache/commons/cli/Options.java +++ b/src/main/java/org/apache/commons/cli/Options.java @@ -33,7 +33,7 @@ import java.util.Map; * </p> * <p> * It may flexibly parse long and short options, with or without values. Additionally, it may parse only a portion of a - * commandline, allowing for flexible multi-stage parsing. + * command-line, allowing for flexible multi-stage parsing. * </p> * * @see org.apache.commons.cli.CommandLine