summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-01-09 11:31:38 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-01-09 11:31:38 +0000
commit13148cc2ae9f9f875987f986d831057d8687d194 (patch)
tree7143ad6c8f4f6c13da1106dc9b0208546f291fdc
parenta315748a73106cc5720546947ce6b11ea021f322 (diff)
downloadscala-13148cc2ae9f9f875987f986d831057d8687d194.tar.gz
scala-13148cc2ae9f9f875987f986d831057d8687d194.tar.bz2
scala-13148cc2ae9f9f875987f986d831057d8687d194.zip
Fixed the usage description.
-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")