Skip to content

Commit e26d976

Browse files
committed
Updated the run command in Runner page for Scala 3.
1 parent 96e0009 commit e26d976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/userGuide/usingTheRunner.scala.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ <h1>Using the Runner</h1>
3434

3535
<p><pre class="stExamples">
3636
$ CLASSPATH=scalatest-app_@{majorMinorScalaVersion}-@{latestVersion}.jar:scala-xml_3-2.1.0.jar
37-
$ scala -cp $CLASSPATH org.scalatest.tools.Runner [arguments]
37+
$ scala -cp $CLASSPATH --main-class org.scalatest.tools.Runner -- [arguments]
3838
</pre></p>
3939

4040
<p>The arguments <code>Runner</code> accepts are described in the following table:</p>

0 commit comments

Comments
 (0)