[project @ 2005-06-13 14:16:03 by simonmar]
authorsimonmar <unknown>
Mon, 13 Jun 2005 14:16:03 +0000 (14:16 +0000)
committersimonmar <unknown>
Mon, 13 Jun 2005 14:16:03 +0000 (14:16 +0000)
fix layout in the help text

ghc/compiler/ghci/InteractiveUI.hs

index 5f74551..0b617dd 100644 (file)
@@ -153,7 +153,7 @@ helpText =
  "   :show modules               show the currently loaded modules\n" ++
  "   :show bindings              show the current bindings made at the prompt\n" ++
  "\n" ++
- "   :tags -e|-c                create tags file for Vi (-c) or Emacs (-e)\n" ++
+ "   :tags -e|-c                 create tags file for Vi (-c) or Emacs (-e)\n" ++
  "   :type <expr>                show the type of <expr>\n" ++
  "   :kind <type>                show the kind of <type>\n" ++
  "   :undef <cmd>                undefine user-defined command :<cmd>\n" ++