Changed some out-of-date instances of "vg_annotate" into "cg_annotate".


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1316 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
index 40c804b..d6f1848 100644
--- a/cachegrind/cg_annotate.in
+++ b/cachegrind/cg_annotate.in
@@ -3,7 +3,7 @@
 ##--------------------------------------------------------------------##
 ##--- The cache simulation framework: instrumentation, recording   ---##
 ##--- and results printing.                                        ---##
-##---                                                  vg_annotate ---##
+##---                                               cg_annotate.in ---##
 ##--------------------------------------------------------------------##
 
 #  This file is part of Cachegrind, a Valgrind skin for cache
@@ -142,7 +142,7 @@
 
 # Usage message.
 my $usage = <<END
-usage: vg_annotate [options] --<pid> [source-files]
+usage: cg_annotate [options] --<pid> [source-files]
 
   options for the user, with defaults in [ ], are:
     -h --help             show this message
@@ -180,7 +180,7 @@
 
             # --version
             if ($arg =~ /^-v$|^--version$/) {
-                die("vg_annotate-$version\n");
+                die("cg_annotate-$version\n");
 
             # --show=A,B,C
             } elsif ($arg =~ /^--show=(.*)$/) {
@@ -901,7 +901,7 @@
 annotate_ann_files($threshold_files);
 
 ##--------------------------------------------------------------------##
-##--- end                                           vg_annotate.in ---##
+##--- end                                           cg_annotate.in ---##
 ##--------------------------------------------------------------------##