diff options
author | Lennart Kolmodin <kolmodin@gmail.com> | 2014-11-30 11:58:17 -0600 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-11-30 11:59:43 -0600 |
commit | 6d47ab3ab3684c4245bdccd97d19db83887aae9c (patch) | |
tree | b61de69d9828af1dc444b89c25a5ee49c348ba5c /driver | |
parent | 4c834fdddf4d44d12039da4d6a2c63a660975b95 (diff) | |
download | haskell-6d47ab3ab3684c4245bdccd97d19db83887aae9c.tar.gz |
Shorten long lines in DynFlags, add details to ghci usage guide.
Summary:
Shorten long lines in DynFlags.
Describe --show-options in ghci usage guide.
Reviewers: jstolarek, austin
Reviewed By: jstolarek, austin
Subscribers: thomie, carter
Differential Revision: https://phabricator.haskell.org/D532
GHC Trac Issues: #9259
Diffstat (limited to 'driver')
-rw-r--r-- | driver/ghci-usage.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/driver/ghci-usage.txt b/driver/ghci-usage.txt index 1a848fc9b5..5b85dacffa 100644 --- a/driver/ghci-usage.txt +++ b/driver/ghci-usage.txt @@ -22,3 +22,6 @@ Full details can be found in the User's Guide, an online copy of which can be found here: http://www.haskell.org/ghc/docs/latest/html/users_guide/ + +If you *really* want to see every option, then you can pass +'--show-options' to ghci. |