Skip to content

Commit e3da3fd

Browse files
committed
Better user text
1 parent 82fab86 commit e3da3fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/cli/ApplicationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void testMan() {
197197
addOption("f", "whatis", false, "equivalent to whatis.").
198198
addOption("k", "apropos", false, "equivalent to apropos.").
199199
addOption("w", "location", false, "print physical location of man page(s).").
200-
addOption("l", "local-file", false, "interpret 'page' argument(s) as local filename(s)").
200+
addOption("l", "local-file", false, "interpret 'page' argument(s) as local filen ame(s)").
201201
addOption("u", "update", false, "force a cache consistency check.").
202202
//FIXME - should generate -r,--prompt string
203203
addOption("r", "prompt", true, "provide 'less' pager with prompt.").
@@ -248,7 +248,7 @@ public void testMan() {
248248
" -h,--help show this usage message." + eol +
249249
" -k,--apropos equivalent to apropos." + eol +
250250
" -l,--local-file interpret 'page' argument(s) as" + eol +
251-
" local filename(s)" + eol +
251+
" local file name(s)" + eol +
252252
" -L,--locale <arg> define the locale for this" + eol +
253253
" particular man search." + eol +
254254
" -M,--manpath <arg> set search path for manual pages" + eol +

0 commit comments

Comments
 (0)