fix ordering in :help
authorSimon Marlow <simonmar@microsoft.com>
Thu, 17 May 2007 11:55:28 +0000 (11:55 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 17 May 2007 11:55:28 +0000 (11:55 +0000)
compiler/ghci/InteractiveUI.hs

index 4fb9269..91ce0f4 100644 (file)
@@ -186,11 +186,11 @@ helpText =
  "   :forward                    go forward in the history (after :back)\n" ++
  "   :history [<n>]              show the last <n> items in the history (after :trace)\n" ++
  "   :print [<name> ...]         prints a value without forcing its computation\n" ++
+ "   :sprint [<name> ...]        simplifed version of :print\n" ++
  "   :step                       single-step after stopping at a breakpoint\n"++
  "   :step <expr>                single-step into <expr>\n"++
  "   :trace                      trace after stopping at a breakpoint\n"++
  "   :trace <expr>               trace into <expr> (remembers breakpoints for :history)\n"++
- "   :sprint [<name> ...]        simplifed version of :print\n" ++
 
  "\n" ++
  " -- Commands for changing settings:\n" ++