* gprof.c (main): Fix option string for -r and -R.
authorBob Wilson <bob.wilson@acm.org>
Wed, 18 Oct 2006 17:42:43 +0000 (17:42 +0000)
committerBob Wilson <bob.wilson@acm.org>
Wed, 18 Oct 2006 17:42:43 +0000 (17:42 +0000)
gprof/ChangeLog
gprof/gprof.c

index 2415de0..1b4fe51 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-17  Bob Wilson  <bob.wilson@acm.org>
+
+       * gprof.c (main): Fix option string for -r and -R.
+
 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
 
        * gprof.texi (Analysis Options): Argument for -n/-N is mandatory.
index 92468ad..14f7c16 100644 (file)
@@ -200,7 +200,7 @@ main (int argc, char **argv)
   expandargv (&argc, &argv);
 
   while ((ch = getopt_long (argc, argv,
-       "aA::bBcC::d::De:E:f:F:hiI:J::k:lLm:n:N:O:p::P::q::Q::st:Tvw:xyzZ::",
+       "aA::bBcC::d::De:E:f:F:hiI:J::k:lLm:n:N:O:p::P::q::Q::rR:st:Tvw:xyzZ::",
                            long_options, 0))
         != EOF)
     {