[commit: ghc] master: rts: Usage message wibbles (97b1505)

git at git.haskell.org git at git.haskell.org
Sun Feb 26 16:51:40 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/97b1505954673168e6c9979fc32434f616635b3f/ghc

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

commit 97b1505954673168e6c9979fc32434f616635b3f
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Feb 23 19:04:40 2017 -0500

    rts: Usage message wibbles


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

97b1505954673168e6c9979fc32434f616635b3f
 rts/RtsFlags.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 6ab70d4..9cff810 100644
--- a/rts/RtsFlags.c
+++ b/rts/RtsFlags.c
@@ -303,8 +303,8 @@ usage_text[] = {
 "  -p       Time/allocation profile        (output file <program>.prof)",
 "  -P       More detailed Time/Allocation profile",
 "  -Pa      Give information about *all* cost centres",
+"  -pj      Output cost-center profile in JSON format",
 "",
-"  -Pj      Output cost-center profile in JSON format",
 "  -h<break-down> Heap residency profile (hp2ps) (output file <program>.hp)",
 "     break-down: c = cost centre stack (default)",
 "                 m = module",



More information about the ghc-commits mailing list