summaryrefslogtreecommitdiff
path: root/src/manual
diff options
context:
space:
mode:
Diffstat (limited to 'src/manual')
-rw-r--r--src/manual/scala/man1/fsc.scala4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/manual/scala/man1/fsc.scala b/src/manual/scala/man1/fsc.scala
index ac03ecc4db..75e97867a4 100644
--- a/src/manual/scala/man1/fsc.scala
+++ b/src/manual/scala/man1/fsc.scala
@@ -44,7 +44,9 @@ object fsc extends Command {
"Shutdown compile server"),
Definition(
CmdOption("server", Argument("hostname:portnumber")),
- "Specify compile server socket"),
+ "Specify compile server host at port number. Usually this option " &
+ "is not needed. Note that the hostname must be for a host that shares " &
+ "the same filesystem."),
Definition(
CmdOption("J", Argument("flag")),
"Pass <flag> directly to runtime system")