diff options
author | Ian Lynagh <igloo@earth.li> | 2008-02-17 17:51:33 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-02-17 17:51:33 +0000 |
commit | 9e3757d1db9c14f45fd59376c2cd594893bad5b3 (patch) | |
tree | b27261679ac49a2040e4352f7101f6213f502518 /utils | |
parent | daeaa90ab338f8a91f2f0afdc6585241ff0cbf01 (diff) | |
download | haskell-9e3757d1db9c14f45fd59376c2cd594893bad5b3.tar.gz |
Tweak whitespace
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ghc-pkg/Main.hs | 2 |
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" ++ |