diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2013-07-09 14:55:14 +0200 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-07-21 21:12:41 +0100 |
commit | 9d8890463332769e35c022ea836221c439507835 (patch) | |
tree | d1eb6eeb0b232b3c4ba434fdea13397937ad4180 /ghc | |
parent | d3e0c76b32a5782d1d62c01dfc7e6f1e79bab5ef (diff) | |
download | haskell-9d8890463332769e35c022ea836221c439507835.tar.gz |
Add `:show linker` command to `:help` output
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/InteractiveUI.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 9a284809d3..627754919f 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -312,6 +312,7 @@ defFullHelpText = " :show breaks show the active breakpoints\n" ++ " :show context show the breakpoint context\n" ++ " :show imports show the current imports\n" ++ + " :show linker show current linker state\n" ++ " :show modules show the currently loaded modules\n" ++ " :show packages show the currently active package flags\n" ++ " :show language show the currently active language flags\n" ++ |