Repository : ssh://[email protected]/ghc On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8/ghc
>--------------------------------------------------------------- commit 32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8 Author: Austin Seipp <[email protected]> Date: Wed Sep 4 11:06:33 2013 -0500 Add --show-options to --help (#8190) Signed-off-by: Austin Seipp <[email protected]> >--------------------------------------------------------------- 32ade417f7e82b6fbcb6f1c93871ba3141a8f5c8 driver/ghc-usage.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/driver/ghc-usage.txt b/driver/ghc-usage.txt index b45199b..4eda2c1 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. + ------------------------------------------------------------------------ _______________________________________________ ghc-commits mailing list [email protected] http://www.haskell.org/mailman/listinfo/ghc-commits
