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 1afc4be  Uppercase acronym in comment
1afc4be is described below

commit 1afc4be32c0a8a8d5157e71a94320609ae8fedb9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Mar 23 17:54:24 2024 -0400

    Uppercase acronym in comment
---
 src/test/java/org/apache/commons/cli/ApplicationTest.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/cli/ApplicationTest.java 
b/src/test/java/org/apache/commons/cli/ApplicationTest.java
index 072e2d8..454d055 100644
--- a/src/test/java/org/apache/commons/cli/ApplicationTest.java
+++ b/src/test/java/org/apache/commons/cli/ApplicationTest.java
@@ -215,7 +215,7 @@ public class ApplicationTest {
                 //FIXME - should generate -S,--sections list
                 addOption("S", "sections", true, "use colon separated section 
list.").
                 //FIXME - should generate -m,--systems system
-                addOption("m", "systems", true, "search for man pages from 
other Unix system(s).").
+                addOption("m", "systems", true, "search for man pages from 
other UNIX system(s).").
                 //FIXME - should generate -L,--locale locale
                 addOption("L", "locale", true, "define the locale for this 
particular man search.").
                 //FIXME - should generate -p,--preprocessor string
@@ -254,7 +254,7 @@ public class ApplicationTest {
                         " -M,--manpath <arg>        set search path for manual 
pages" + eol +
                         "                           to 'path'." + eol +
                         " -m,--systems <arg>        search for man pages from 
other" + eol +
-                        "                           Unix system(s)." + eol +
+                        "                           UNIX system(s)." + eol +
                         " -P,--pager <arg>          use program 'pager' to 
display" + eol +
                         "                           output." + eol +
                         " -p,--preprocessor <arg>   string indicates which" + 
eol +

Reply via email to