summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-02-23 19:04:40 -0500
committerBen Gamari <ben@smart-cactus.org>2017-02-26 10:54:07 -0500
commit97b1505954673168e6c9979fc32434f616635b3f (patch)
tree2ef4098331a0b1b5d2656945b54ab6950b1065a8
parentbe3f436277042477d4a9215c4d5022a6f2225ed9 (diff)
downloadhaskell-97b1505954673168e6c9979fc32434f616635b3f.tar.gz
rts: Usage message wibbles
-rw-r--r--rts/RtsFlags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c
index 6ab70d4888..9cff81001e 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",