Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Commit 7f24266

Browse files
committed
Merge pull request scala#4509 from retronym/topic/man
Document -target:jvm-1.8 in the man page
2 parents e9ba325 + 232c316 commit 7f24266

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/manual/scala/man1/scalac.scala

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,12 @@ object scalac extends Command {
152152
CmdOption("sourcepath", Argument("path")),
153153
"Specify location(s) of source files."),
154154
Definition(
155-
CmdOptionBound("target:", "{jvm-1.5,jvm-1.6,jvm-1.7}"),
155+
CmdOptionBound("target:", "{jvm-1.5,jvm-1.6,jvm-1.7,jvm-1.8}"),
156156
SeqPara(
157157
Mono("\"jvm-1.5\"") & " target JVM 1.5 (deprecated),",
158158
Mono("\"jvm-1.6\"") & " target JVM 1.6 (default),",
159-
Mono("\"jvm-1.7\"") & " target JVM 1.7,")),
159+
Mono("\"jvm-1.7\"") & " target JVM 1.7,",
160+
Mono("\"jvm-1.8\"") & " target JVM 1.8,")),
160161
Definition(
161162
CmdOption("toolcp", Argument("path")),
162163
"Add to the runner classpath."),

0 commit comments

Comments
 (0)