diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 970625c5f8fc18864952d2221b2c407995bae6d1..8b43dfa3d7290a820e48ebd08dc4186a31e0dada 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" ++