From: Ian Lynagh Date: Fri, 23 Nov 2007 20:43:52 +0000 (+0000) Subject: Document --info in the +RTS -? help X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=0ae9def5467575d622e85e472858c10248a2b7b6 Document --info in the +RTS -? help --- diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index e8aefd8..8f1b700 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -336,6 +336,7 @@ usage_text[] = { "The following run time system options are available:", "", " -? Prints this message and exits; the program is not executed", +" --info Print information about the RTS used by this program", "", " -K Sets the maximum stack size (default 8M) Egs: -K32k -K512k", " -k Sets the initial thread stack size (default 1k) Egs: -k4k -k2m",