summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-07-11 11:00:25 +0000
committerpaltherr <paltherr@epfl.ch>2003-07-11 11:00:25 +0000
commit87d3cc2997d753e3d39d100240d783c8d80ece59 (patch)
tree96b2316d1d8dde7bde9a96001781747b43351212 /sources
parentc64fa43afa2e74447631c7cf0c556d980aa1199a (diff)
downloadscala-87d3cc2997d753e3d39d100240d783c8d80ece59.tar.gz
scala-87d3cc2997d753e3d39d100240d783c8d80ece59.tar.bz2
scala-87d3cc2997d753e3d39d100240d783c8d80ece59.zip
- Added list of possible targets
Diffstat (limited to 'sources')
-rw-r--r--sources/scalac/CompilerCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/CompilerCommand.java b/sources/scalac/CompilerCommand.java
index ed2b4d2a29..535b5e92f1 100644
--- a/sources/scalac/CompilerCommand.java
+++ b/sources/scalac/CompilerCommand.java
@@ -130,7 +130,7 @@ public class CompilerCommand extends CommandParser {
"directory", "."),
this.target = new ChoiceOptionParser(this,
- "target", "Specify which bakend to use",
+ "target", "Specify which bakend to use (jvm, jvm-bcel, msil)",
"target", Global.TARGETS, Global.TARGET_JVM),
this.noimports = new BooleanOptionParser(this,