summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/scalac.scala4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/manual/scala/man1/scalac.scala b/src/manual/scala/man1/scalac.scala
index 09333e9255..7135abfc43 100644
--- a/src/manual/scala/man1/scalac.scala
+++ b/src/manual/scala/man1/scalac.scala
@@ -123,6 +123,10 @@ 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 " &