summaryrefslogtreecommitdiff
path: root/hadrian/src/CommandLine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'hadrian/src/CommandLine.hs')
-rw-r--r--hadrian/src/CommandLine.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/hadrian/src/CommandLine.hs b/hadrian/src/CommandLine.hs
index 080c4a2f6c..c08eb6a2f4 100644
--- a/hadrian/src/CommandLine.hs
+++ b/hadrian/src/CommandLine.hs
@@ -261,8 +261,8 @@ optDescrs =
"Freeze Stage2 GHC."
, Option [] ["skip-depends"] (NoArg readSkipDepends)
"Skip rebuilding dependency information."
- , Option [] ["bignum"] (OptArg readBignum "BIGNUM")
- "Select GHC BigNum backend: native, gmp, ffi."
+ , Option [] ["bignum"] (OptArg readBignum "BACKEND")
+ "Select ghc-bignum backend: native, gmp (default), check-gmp, ffi."
, Option [] ["progress-info"] (OptArg readProgressInfo "STYLE")
"Progress info style (None, Brief, Normal or Unicorn)."
, Option [] ["docs"] (OptArg readDocsArg "TARGET")