summaryrefslogtreecommitdiff
path: root/sources/scalac/CompilerCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scalac/CompilerCommand.java')
-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 eaa0c76b7c..343fec3202 100644
--- a/sources/scalac/CompilerCommand.java
+++ b/sources/scalac/CompilerCommand.java
@@ -238,7 +238,7 @@ public class CompilerCommand extends CommandParser {
false),
this.Xmarkup = new BooleanOptionParser(this,
- "Xmarkup", "Allow XML markup in expressions and patterns",
+ "Xmarkup", "no effect, only for compatibility",
false),
this.Xnewmatch = new BooleanOptionParser(this,