summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-04-12 11:37:58 +0000
committermichelou <michelou@epfl.ch>2007-04-12 11:37:58 +0000
commitef8581a8f1d11f92abcac4bc27bcdf6f0eaeed43 (patch)
treef33287c4c91fc3eeff4394abc8178b0626195024 /src/manual
parent01191c193f2ed26f1a16f92a6fd2675f44f37b55 (diff)
downloadscala-ef8581a8f1d11f92abcac4bc27bcdf6f0eaeed43.tar.gz
scala-ef8581a8f1d11f92abcac4bc27bcdf6f0eaeed43.tar.bz2
scala-ef8581a8f1d11f92abcac4bc27bcdf6f0eaeed43.zip
removed 'addparams'
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scalac.scala7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index 7135abfc43..af8108fb9e 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -123,10 +123,6 @@ object scalac extends Command {
CmdOption("r", Argument("path")),
"List of assemblies referenced by the program (only relevant with -target:msil)"),
Definition(
- CmdOption("addparams"),
- SeqPara(
- "")),
- Definition(
CmdOption("deprecation"),
SeqPara(
"Indicate whether source should be compiled with deprecation " &
@@ -139,7 +135,8 @@ object scalac extends Command {
SeqPara(
"Enable detailed unchecked warnings",
"Non variable type-arguments in type patterns are unchecked " &
- "since they are eliminated by erasure")),
+ "since they are eliminated by erasure",
+ "Available since Scala version 2.3.0")),
Definition(
CmdOption("resident"),
"Compiler stays resident, files to compile are read from standard " &