diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-02-23 19:04:40 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-26 10:54:07 -0500 |
commit | 97b1505954673168e6c9979fc32434f616635b3f (patch) | |
tree | 2ef4098331a0b1b5d2656945b54ab6950b1065a8 | |
parent | be3f436277042477d4a9215c4d5022a6f2225ed9 (diff) | |
download | haskell-97b1505954673168e6c9979fc32434f616635b3f.tar.gz |
rts: Usage message wibbles
-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 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", |