Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3

>---------------------------------------------------------------

commit 529b0ae11c0ef2c2f1ba37050d5d0a5469a24ed3
Author: Edward Z. Yang <[email protected]>
Date:   Thu Dec 1 01:27:12 2011 -0500

    Add missing newline in RTS help output.
    
    Signed-off-by: Edward Z. Yang <[email protected]>

>---------------------------------------------------------------

 rts/RtsFlags.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 650c4f9..033db38 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)",



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to