From 395867d3cb6b7e5dd8e178f106aa95751db7d07a Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 28 Jun 2001 11:29:26 +0000 Subject: [PATCH] [project @ 2001-06-28 11:29:26 by simonmar] :add and :load take multiple arguments. --- ghc/compiler/ghci/InteractiveUI.hs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index e433d2a..da64f4b 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.79 2001/06/27 14:26:36 sewardj Exp $ +-- $Id: InteractiveUI.hs,v 1.80 2001/06/28 11:29:26 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -90,10 +90,11 @@ helpText = "\ \ Commands available from the prompt:\n\ \\ \ evaluate/run \n\ +\ :add ... add module(s) to the current target set\n\ \ :cd change directory to \n\ \ :def define a command :\n\ \ :help, :? display this list of commands\n\ -\ :load load a module (and its dependents)\n\ +\ :load ... load module(s) and their dependents\n\ \ :module set the context for expression evaluation to \n\ \ :reload reload the current module set\n\ \ :set