From 417417ef71774eb257ff917c345eb929f6705a8c Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 10 Oct 2007 01:07:49 +0000 Subject: updated the help output for the -i and -e options --- src/compiler/scala/tools/nsc/GenericRunnerCommand.scala | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/compiler/scala/tools/nsc/GenericRunnerCommand.scala') diff --git a/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala b/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala index cb279e1290..520d1b6055 100644 --- a/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala +++ b/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala @@ -63,6 +63,11 @@ extends CompilerCommand(allargs, settings, error, false) " object: it is an object name\n" + " guess: (the default) try to guess\n" + "\n" + + "Option -i requests that a file be pre-loaded. It is only\n" + + "meaningful for interactive shells.\n" + + "\n" + + "Option -e requests that its argument be executed as Scala code.\n" + + "\n" + "Option -savecompiled requests that the compiled script be saved\n" + "for future use.\n" + "\n" + -- cgit v1.2.3