summaryrefslogtreecommitdiff
path: root/utils/ghc-pkg/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'utils/ghc-pkg/Main.hs')
-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 83b5447789..3389c07369 100644
--- a/utils/ghc-pkg/Main.hs
+++ b/utils/ghc-pkg/Main.hs
@@ -129,7 +129,7 @@ flags = [
"use the current user's package database",
Option [] ["global"] (NoArg FlagGlobal)
"use the global package database",
- Option ['f'] ["package-db"] (ReqArg FlagConfig "FILE")
+ Option ['f'] ["package-db", "package-conf"] (ReqArg FlagConfig "FILE")
"use the specified package config file",
Option [] ["global-package-db"] (ReqArg FlagGlobalConfig "FILE")
"location of the global package config",