From d76094280f5e17a5cd7a88bef129e39cbfbf8f0b Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 20 Nov 2006 14:27:22 +0000 Subject: [PATCH] alter PAPI help message slightly --- rts/RtsFlags.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rts/RtsFlags.c b/rts/RtsFlags.c index b2bb9e7..43d527b 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 option.", -" Where X is one of:", +" -aX CPU performance counter measurements using PAPI", +" (use with the -s option). X is one of:", "", /* " y - cycles", */ " 1 - level 1 cache misses", -- 1.7.10.4