diff options
author | Simon Marlow <simonmar@microsoft.com> | 2006-11-20 14:27:22 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2006-11-20 14:27:22 +0000 |
commit | d76094280f5e17a5cd7a88bef129e39cbfbf8f0b (patch) | |
tree | 93a84c0bf130f1f13b181d73922bf53b659da535 /rts/RtsFlags.c | |
parent | 14591e0d3d238a40d034fb9ddd0ae90688e007eb (diff) | |
download | haskell-d76094280f5e17a5cd7a88bef129e39cbfbf8f0b.tar.gz |
alter PAPI help message slightly
Diffstat (limited to 'rts/RtsFlags.c')
-rw-r--r-- | rts/RtsFlags.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index b2bb9e79c0..43d527b874 100644 --- a/rts/RtsFlags.c +++ b/rts/RtsFlags.c @@ -454,8 +454,8 @@ usage_text[] = { " -b... All GranSim options start with -b; see GranSim User's Guide for details", #endif #if defined(USE_PAPI) -" -aX Perform measurements using PAPI, it should be used with the -s<file> option.", -" Where X is one of:", +" -aX CPU performance counter measurements using PAPI", +" (use with the -s<file> option). X is one of:", "", /* " y - cycles", */ " 1 - level 1 cache misses", |