summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
diff options
context:
space:
mode:
authorDuncan Coutts <duncan@well-typed.com>2011-07-18 20:15:31 +0100
committerDuncan Coutts <duncan@well-typed.com>2011-07-18 20:15:31 +0100
commitb0935476b64b4818e4b5653c756c648623753fd3 (patch)
treee21816b8d1a78653ebf5bba85932f59cd382457c /rts/RtsFlags.c
parenta5c7f52ea72232144cca9292dcbf9de4618001df (diff)
downloadhaskell-b0935476b64b4818e4b5653c756c648623753fd3.tar.gz
Document the new +RTS -l flags in the +RTS --help output
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r--rts/RtsFlags.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 7fdf28f8c4..fcc1f49a36 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -297,6 +297,9 @@ usage_text[] = {
# ifdef DEBUG
" t add time stamps (only useful with -v)",
# endif
+" a all event classes above",
+" -x disable an event class, for any flag above",
+" the initial enabled event classes are 'sgp'",
#endif
#if !defined(PROFILING)