From 900463757688ab3dd5ca93db6248c3ea86634d81 Mon Sep 17 00:00:00 2001 From: "bjpop@csse.unimelb.edu.au" Date: Tue, 5 Jun 2007 02:09:30 +0000 Subject: [PATCH] Add missing newline from ghci :help output --- compiler/ghci/InteractiveUI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index 0f80fa2..5407293 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -155,7 +155,7 @@ helpText = " :add ... add module(s) to the current target set\n" ++ " :browse [*] display the names defined by \n" ++ " :cd change directory to \n" ++ - " :cmd run the commands returned by ::IO String"++ + " :cmd run the commands returned by ::IO String\n" ++ " :ctags [] create tags file for Vi (default: \"tags\")\n" ++ " :def define a command :\n" ++ " :edit edit file\n" ++ -- 1.7.10.4