We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed02286 commit 587ffe0Copy full SHA for 587ffe0
1 file changed
src/test/java/org/apache/commons/cli/bug/BugCLI162Test.java
@@ -360,8 +360,8 @@ public void testPrintHelpLongLines() {
360
" with the -u option. You can obfuscate the" + CR +
361
" password with" + CR +
362
" org.mortbay.jetty.security.Password, see" + CR +
363
- " https://docs.codehaus.org/display/JETTY/Securi" + CR +
364
- " ng+Passwords" + CR +
+ " https://docs.codehaus.org/display/JETTY/Secur" + CR +
+ " ing+Passwords" + CR +
365
" -s,--sql <arg> Runs SQL or {call stored_procedure(?, ?)} or" + CR +
366
" {?=call function(?, ?)}" + CR +
367
" -t,--printStack Prints stack traces on errors" + CR +
0 commit comments