commit | eb5f8f6d37f48a938e25c7e3dd77442a286c5019 | [log] [tgz] |
---|---|---|
author | Marc R. Hoffmann <hoffmann@mountainminds.com> | Fri Oct 31 08:35:36 2014 +0100 |
committer | Marc R. Hoffmann <hoffmann@mountainminds.com> | Fri Oct 31 08:35:36 2014 +0100 |
tree | 3aeebdbe08e0af3d838e86893be99d9db1cd2386 | |
parent | 2ed0ccb6c97f9e2b8ce4dad861b840284e12a293 [diff] [blame] |
Correct vm option syntax.
diff --git a/org.jacoco.doc/docroot/doc/faq.html b/org.jacoco.doc/docroot/doc/faq.html index c37c265..643a8d3 100644 --- a/org.jacoco.doc/docroot/doc/faq.html +++ b/org.jacoco.doc/docroot/doc/faq.html
@@ -117,7 +117,7 @@ <h3>Does JaCoCo run on the IBM JRE J9 and WebSphere?</h3> <p> It does. To make the JaCoCo agent work please set the VM option - <code>-shareclassed:none</code>. + <code>-Xshareclassed:none</code>. </p> </div>