summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-02-17 17:51:33 +0000
committerIan Lynagh <igloo@earth.li>2008-02-17 17:51:33 +0000
commit9e3757d1db9c14f45fd59376c2cd594893bad5b3 (patch)
treeb27261679ac49a2040e4352f7101f6213f502518 /utils
parentdaeaa90ab338f8a91f2f0afdc6585241ff0cbf01 (diff)
downloadhaskell-9e3757d1db9c14f45fd59376c2cd594893bad5b3.tar.gz
Tweak whitespace
Diffstat (limited to 'utils')
-rw-r--r--utils/ghc-pkg/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs
index 7684181b47..13b9e2ffdf 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -168,7 +168,7 @@ usageHeader prog = substProg prog $
"\n" ++
" $p find-module {module}\n" ++
" List registered packages exposing module {module} in the global\n" ++
- " database, and also the user database if --user is given. \n" ++
+ " database, and also the user database if --user is given.\n" ++
" All the registered versions will be listed in ascending order.\n" ++
" Accepts the --simple-output flag.\n" ++
"\n" ++