summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index a47678b30b..31a9b914b6 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -598,8 +598,8 @@ mode_flags =
"LibDir",
"Global Package DB",
"C compiler flags",
- "Gcc Linker flags",
- "Ld Linker flags"],
+ "C compiler link flags",
+ "ld flags"],
let k' = "-print-" ++ map (replaceSpace . toLower) k
replaceSpace ' ' = '-'
replaceSpace c = c