summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/manual/scala/man1/fsc.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/manual/scala/man1/fsc.scala b/src/manual/scala/man1/fsc.scala
index 72a195aca1..6ef2c89b96 100644
--- a/src/manual/scala/man1/fsc.scala
+++ b/src/manual/scala/man1/fsc.scala
@@ -49,7 +49,7 @@ object fsc extends Command {
"the same filesystem."),
Definition(
CmdOption("J", Argument("flag")),
- "Pass <flag> directly to runtime system")
+ "Pass <flag> directly to runtime system (not yet implemented)")
))
val environment = Section("ENVIRONMENT",
@@ -65,7 +65,7 @@ object fsc extends Command {
DefinitionList(
Definition(
"Compile a Scala program to the current directory",
- CmdLine("HelloWorld")),
+ CmdLine("HelloWorld.scala")),
Definition(
"Compile a Scala program to the destination directory " &
MBold("classes"),