diff options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/GHCi/UI.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ghc/GHCi/UI.hs b/ghc/GHCi/UI.hs index 6e4bc40afd..e3ebeaf2d2 100644 --- a/ghc/GHCi/UI.hs +++ b/ghc/GHCi/UI.hs @@ -403,6 +403,10 @@ defFullHelpText = " :show <setting> show value of <setting>, which is one of\n" ++ " [args, prog, editor, stop]\n" ++ " :showi language show language flags for interactive evaluation\n" ++ + "\n" ++ + " The User's Guide has more information. An online copy can be found here:\n" ++ + "\n" ++ + " https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/ghci.html\n" ++ "\n" findEditor :: IO String |