X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FInteractiveUI.hs;h=507a71c29102cfd0f79ee449efa2b7e16764ccf2;hp=a926bdcdc3cc97c0c081d91e5a7e36940896d816;hb=f17c76a4fc51a52ccda154ec9e4990f13f78c8c2;hpb=df6d4b9ae4f9b5e167aec723b70aa20a448c01d6 diff --git a/compiler/ghci/InteractiveUI.hs b/compiler/ghci/InteractiveUI.hs index a926bdc..507a71c 100644 --- a/compiler/ghci/InteractiveUI.hs +++ b/compiler/ghci/InteractiveUI.hs @@ -186,7 +186,7 @@ helpText = " :sprint [ ...] simplifed version of :print\n" ++ " :step single-step after stopping at a breakpoint\n"++ " :step single-step into \n"++ - " :stepover (locally) single-step over function applications"++ + " :stepover single-step without following function applications\n"++ " :trace trace after stopping at a breakpoint\n"++ " :trace trace into (remembers breakpoints for :history)\n"++