summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/nsc/CompilerCommand.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/CompilerCommand.scala b/src/compiler/scala/tools/nsc/CompilerCommand.scala
index 2a1afd0ef6..95b65dadce 100644
--- a/src/compiler/scala/tools/nsc/CompilerCommand.scala
+++ b/src/compiler/scala/tools/nsc/CompilerCommand.scala
@@ -40,7 +40,7 @@ class CompilerCommand(arguments: List[String], val settings: Settings,
(settings.doc.value == setting.isDocOption))
.map(setting =>
format(setting.helpSyntax) + " " + setting.helpDescription)
- .mkString("Usage: " + cmdName + " <options | source files>\n" +
+ .mkString("Usage: " + cmdName + " <options> <source files>\n" +
"where possible standard options include:\n ",
"\n ",
"\n")