From daeaa90ab338f8a91f2f0afdc6585241ff0cbf01 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 17 Feb 2008 17:50:21 +0000 Subject: [PATCH] Fix typo --- utils/ghc-pkg/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/ghc-pkg/Main.hs b/utils/ghc-pkg/Main.hs index ae85fbc..7684181 100644 --- a/utils/ghc-pkg/Main.hs +++ b/utils/ghc-pkg/Main.hs @@ -163,7 +163,7 @@ usageHeader prog = substProg prog $ " $p list [pkg]\n" ++ " List registered packages in the global database, and also the\n" ++ " user database if --user is given. If a package name is given\n" ++ - " All the registered versions will be listed in ascending order.\n" ++ + " all the registered versions will be listed in ascending order.\n" ++ " Accepts the --simple-output flag.\n" ++ "\n" ++ " $p find-module {module}\n" ++ -- 1.7.10.4