* gprof.c (main): Fix option string for -r and -R.

This commit is contained in:
Bob Wilson 2006-10-18 17:42:43 +00:00
parent 8621d6a944
commit 4ce7dc1561
2 changed files with 5 additions and 1 deletions

View 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.

View 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)
{