From 2caf3154552330492f689800f56619e04b147f91 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Thu, 13 Jul 2006 07:21:14 +0000 Subject: added a caveat to the -server option --- src/manual/scala/man1/fsc.scala | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/manual') 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 directly to runtime system") -- cgit v1.2.3