summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
authorLex Spoon <lex@lexspoon.org>2006-07-14 09:27:53 +0000
committerLex Spoon <lex@lexspoon.org>2006-07-14 09:27:53 +0000
commit04d69300ede0c717d7b0093575a3561f0058810e (patch)
tree2b7aa4a69875ad4b41f877b4fc7ef09a2e8ca160 /src/manual
parentcdc4595aed4fae402b87989c06fa347d7f921dba (diff)
downloadscala-04d69300ede0c717d7b0093575a3561f0058810e.tar.gz
scala-04d69300ede0c717d7b0093575a3561f0058810e.tar.bz2
scala-04d69300ede0c717d7b0093575a3561f0058810e.zip
note that -J is unimplemented
Diffstat (limited to 'src/manual')
-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"),