summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala b/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
index bea6eeee26..ff1d1b50c5 100644
--- a/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
+++ b/docs/examples/plugintemplate/src/plugintemplate/standalone/Main.scala
@@ -15,7 +15,7 @@ object Main {
def main(args: Array[String]) {
val settings = new Settings
- val command = new CompilerCommand(args.toList, settings, println, false) {
+ val command = new CompilerCommand(args.toList, settings) {
/** The command name that will be printed in in the usage message.
* This is automatically set to the value of 'plugin.commandname' in the
* file build.properties.