fix the :help docs for :set stop (#2737)
authorSimon Marlow <marlowsd@gmail.com>
Tue, 4 Nov 2008 09:29:29 +0000 (09:29 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Tue, 4 Nov 2008 09:29:29 +0000 (09:29 +0000)
compiler/ghci/InteractiveUI.hs

index 4db8900..4fdf949 100644 (file)
@@ -255,7 +255,7 @@ helpText =
  "   :set prog <progname>        set the value returned by System.getProgName\n" ++
  "   :set prompt <prompt>        set the prompt used in GHCi\n" ++
  "   :set editor <cmd>           set the command used for :edit\n" ++
- "   :set stop <cmd>             set the command to run when a breakpoint is hit\n" ++
+ "   :set stop [<n>] <cmd>       set the command to run when a breakpoint is hit\n" ++
  "   :unset <option> ...         unset options\n" ++
  "\n" ++
  "  Options for ':set' and ':unset':\n" ++