Ticket #5885 (closed bug: invalid)
+RTS -? does not work
Description
Compile the following hello.hs:
main = putStrLn "hello"
with:
ghc -rtsopts hello.hs
Then run it:
./hello +RTS -?
I get "hello", but a help message is expected.
Change History
Note: See
TracTickets for help on using
tickets.
