summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/GenericRunnerCommand.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/GenericRunnerCommand.scala')
-rw-r--r--src/compiler/scala/tools/nsc/GenericRunnerCommand.scala5
1 files changed, 5 insertions, 0 deletions
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" +