slight doc wibble for the -r flag
authorSimon Marlow <simonmar@microsoft.com>
Wed, 4 Apr 2007 14:08:05 +0000 (14:08 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 4 Apr 2007 14:08:05 +0000 (14:08 +0000)
rts/RtsFlags.c

index 2dbd241..58b69af 100644 (file)
@@ -398,7 +398,7 @@ usage_text[] = {
 #endif
 "",
 #if defined(TICKY_TICKY)
-"  -r<file>  Produce reduction profiling statistics (with -rstderr for stderr)",
+"  -r<file>  Produce ticky-ticky statistics (with -rstderr for stderr)",
 "",
 #endif
 #if defined(PAR)