summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2013-09-04 11:06:33 -0500
committerAustin Seipp <aseipp@pobox.com>2013-09-04 11:06:33 -0500
commit32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8 (patch)
tree7913196817d27a4a8ec7a483e5eb61c092bfb15c /driver
parent5335e56953c4bbe18166039c06256e725f074b64 (diff)
downloadhaskell-32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8.tar.gz
Add --show-options to --help (#8190)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'driver')
-rw-r--r--driver/ghc-usage.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt
index b45199bdc1..4eda2c1724 100644
--- a/driver/ghc-usage.txt
+++ b/driver/ghc-usage.txt
@@ -77,4 +77,7 @@ online copy can be found here:
http://haskell.org/haskellwiki/GHC
+If you *really* want to see every option, then you can pass
+'--show-options' to the compiler.
+
------------------------------------------------------------------------