[commit: ghc] ghc-7.4: Add a missing newline in the ghci :h text; spotted by Alexander McPhail (f7e8798)
Ian Lynagh
igloo at earth.li
Wed Jan 25 15:28:54 CET 2012
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 <igloo at earth.li>
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" ++
More information about the Cvs-ghc
mailing list