diff options
author | usrbincc <usrbincc@yahoo.com> | 2013-05-21 13:45:40 -0400 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-04 20:31:02 +0100 |
commit | 9ac83e952be7089d9109e34ebd9456db95054f7d (patch) | |
tree | b40407c145fe379e55d0193ac9037d4c2465e012 /ghc | |
parent | 22e5b884280c7c62bcea38491018d5a1ec9a7a14 (diff) | |
download | haskell-9ac83e952be7089d9109e34ebd9456db95054f7d.tar.gz |
Reformat help message for `:show` to fit into 80 cols again.
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/InteractiveUI.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 452e5f14bd..8cc431e8cf 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -2149,8 +2149,8 @@ showCmd str = do ["languages"] -> showLanguages -- backwards compat ["language"] -> showLanguages ["lang"] -> showLanguages -- useful abbreviation - _ -> throwGhcException (CmdLineError ("syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules | bindings\n"++ - " | breaks | context | packages | language ]")) + _ -> throwGhcException (CmdLineError ("syntax: :show [ args | prog | prompt | prompt2 | editor | stop | modules\n"++ + " | bindings | breaks | context | packages | language ]")) showiCmd :: String -> GHCi () showiCmd str = do |