We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e0009 commit e26d976Copy full SHA for e26d976
app/views/userGuide/usingTheRunner.scala.html
@@ -34,7 +34,7 @@ <h1>Using the Runner</h1>
34
35
<p><pre class="stExamples">
36
$ CLASSPATH=scalatest-app_@{majorMinorScalaVersion}-@{latestVersion}.jar:scala-xml_3-2.1.0.jar
37
-$ scala -cp $CLASSPATH org.scalatest.tools.Runner [arguments]
+$ scala -cp $CLASSPATH --main-class org.scalatest.tools.Runner -- [arguments]
38
</pre></p>
39
40
<p>The arguments <code>Runner</code> accepts are described in the following table:</p>
0 commit comments