fix documentation bug: the main class should be "sbt.ScriptMain" in the paragraph about the scalas

This commit is contained in:
beolnix 2013-01-12 14:34:16 +04:00 committed by Mark Harrah
parent 53599cc24e
commit 1aa6215191
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ Duplicate your standard ``sbt`` script, which was set up according to
:doc:`Setup </Getting-Started/Setup>`, as ``scalas`` and ``screpl`` (or
whatever names you like).
``scalas`` is the script runner and should use ``sbt.ConsoleMain`` as
``scalas`` is the script runner and should use ``sbt.ScriptMain`` as
the main class, by adding the ``-Dsbt.main.class=sbt.ScriptMain``
parameter to the ``java`` command. Its command line should look like: