diff options
author | Edward Z. Yang <ezyang@mit.edu> | 2011-12-01 01:27:12 -0500 |
---|---|---|
committer | Edward Z. Yang <ezyang@mit.edu> | 2011-12-01 01:27:12 -0500 |
commit | 529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3 (patch) | |
tree | 1e3bb29f2e0fcbf81beb428672611ae64d930d33 /rts | |
parent | b3e30449aa6d6eaa978eb3c7447ca85985d9d251 (diff) | |
download | haskell-529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3.tar.gz |
Add missing newline in RTS help output.
Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
Diffstat (limited to 'rts')
-rw-r--r-- | rts/RtsFlags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index 650c4f9a04..033db38435 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -249,7 +249,7 @@ usage_text[] = { " -I<sec> Perform full GC after <sec> idle time (default: 0.3, 0 == off)", #endif "", -" -T Collect GC statistics (useful for in-program statistics access)" +" -T Collect GC statistics (useful for in-program statistics access)", " -t[<file>] One-line GC statistics (if <file> omitted, uses stderr)", " -s[<file>] Summary GC statistics (if <file> omitted, uses stderr)", " -S[<file>] Detailed GC statistics (if <file> omitted, uses stderr)", |