Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : ghc-7.4

http://hackage.haskell.org/trac/ghc/changeset/f7e8798aa6afd866c87953557618efac16447ac8

>---------------------------------------------------------------

commit f7e8798aa6afd866c87953557618efac16447ac8
Author: Ian Lynagh <[email protected]>
Date:   Tue Jan 24 19:09:10 2012 +0000

    Add a missing newline in the ghci :h text; spotted by Alexander McPhail

>---------------------------------------------------------------

 ghc/InteractiveUI.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 970625c..8b43dfa 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -224,7 +224,7 @@ helpText =
   "   :quit                       exit GHCi\n" ++
   "   :reload                     reload the current module set\n" ++
   "   :run function [<arguments> ...] run the function with the given 
arguments\n" ++
-  "   :script <filename>          run the script <filename>" ++
+  "   :script <filename>          run the script <filename>\n" ++
   "   :type <expr>                show the type of <expr>\n" ++
   "   :undef <cmd>                undefine user-defined command :<cmd>\n" ++
   "   :!<command>                 run the shell command <command>\n" ++



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to