Example in documentation of ij.exceptionTrace is wrong
------------------------------------------------------
Key: DERBY-3468
URL: https://issues.apache.org/jira/browse/DERBY-3468
Project: Derby
Issue Type: Bug
Components: Documentation
Affects Versions: 10.3.2.1, 10.3.1.4
Reporter: Øystein Grøvlen
DERBY-1381 introduced documentation for ij.exceptionTrace. However the example
is wrong. It says:
> java exceptionTrace=true org.apache.derby.tools.ij
The correct is:
> java -Dij.exceptionTrace=true org.apache.derby.tools.ij
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.