Add missing newline from ghci :help output
authorbjpop@csse.unimelb.edu.au <unknown>
Tue, 5 Jun 2007 02:09:30 +0000 (02:09 +0000)
committerbjpop@csse.unimelb.edu.au <unknown>
Tue, 5 Jun 2007 02:09:30 +0000 (02:09 +0000)
compiler/ghci/InteractiveUI.hs

index 0f80fa2..5407293 100644 (file)
@@ -155,7 +155,7 @@ helpText =
  "   :add <filename> ...         add module(s) to the current target set\n" ++
  "   :browse [*]<module>         display the names defined by <module>\n" ++
  "   :cd <dir>                   change directory to <dir>\n" ++
- "   :cmd <expr>                 run the commands returned by <expr>::IO String"++
+ "   :cmd <expr>                 run the commands returned by <expr>::IO String\n" ++
  "   :ctags [<file>]             create tags file for Vi (default: \"tags\")\n" ++
  "   :def <cmd> <expr>           define a command :<cmd>\n" ++
  "   :edit <file>                edit file\n" ++