Skip to content

Commit 587ffe0

Browse files
committed
Use an HTTPS URL
1 parent ed02286 commit 587ffe0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,8 @@ public void testPrintHelpLongLines() {
360360
" with the -u option. You can obfuscate the" + CR +
361361
" password with" + CR +
362362
" org.mortbay.jetty.security.Password, see" + CR +
363-
" https://docs.codehaus.org/display/JETTY/Securi" + CR +
364-
" ng+Passwords" + CR +
363+
" https://docs.codehaus.org/display/JETTY/Secur" + CR +
364+
" ing+Passwords" + CR +
365365
" -s,--sql <arg> Runs SQL or {call stored_procedure(?, ?)} or" + CR +
366366
" {?=call function(?, ?)}" + CR +
367367
" -t,--printStack Prints stack traces on errors" + CR +

0 commit comments

Comments
 (0)