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 84374cb Fix typo
84374cb is described below
commit 84374cb6c46d949242055011703de183ceed66d6
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 19 09:07:09 2023 -0400
Fix typo
---
src/test/java/org/apache/commons/cli/ApplicationTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/cli/ApplicationTest.java
b/src/test/java/org/apache/commons/cli/ApplicationTest.java
index b0587b0..5d27c7a 100644
--- a/src/test/java/org/apache/commons/cli/ApplicationTest.java
+++ b/src/test/java/org/apache/commons/cli/ApplicationTest.java
@@ -197,7 +197,7 @@ public class ApplicationTest {
addOption("f", "whatis", false, "equivalent to whatis.").
addOption("k", "apropos", false, "equivalent to apropos.").
addOption("w", "location", false, "print physical location of
man page(s).").
- addOption("l", "local-file", false, "interpret 'page'
argument(s) as local filen ame(s)").
+ addOption("l", "local-file", false, "interpret 'page'
argument(s) as local file name(s)").
addOption("u", "update", false, "force a cache consistency
check.").
//FIXME - should generate -r,--prompt string
addOption("r", "prompt", true, "provide 'less' pager with
prompt.").