diff options
author | Austin Seipp <aseipp@pobox.com> | 2013-09-04 11:06:33 -0500 |
---|---|---|
committer | Austin Seipp <aseipp@pobox.com> | 2013-09-04 11:06:33 -0500 |
commit | 32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8 (patch) | |
tree | 7913196817d27a4a8ec7a483e5eb61c092bfb15c /driver/ghc-usage.txt | |
parent | 5335e56953c4bbe18166039c06256e725f074b64 (diff) | |
download | haskell-32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8.tar.gz |
Add --show-options to --help (#8190)
Signed-off-by: Austin Seipp <aseipp@pobox.com>
Diffstat (limited to 'driver/ghc-usage.txt')
-rw-r--r-- | driver/ghc-usage.txt | 3 |
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. + ------------------------------------------------------------------------ |