Skip to content

Commit

Permalink
Reformat help message for :show to fit into 80 cols again.
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbincc authored and Ian Lynagh committed Jun 4, 2013
1 parent 22e5b88 commit 9ac83e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ghc/InteractiveUI.hs
Expand Up @@ -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
Expand Down

0 comments on commit 9ac83e9

Please sign in to comment.