* gprof.c (main): Fix option string for -C, -n and -N.

This commit is contained in:
Bob Wilson 2006-10-17 04:45:32 +00:00
parent 56a8fe780f
commit 263e594b90
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-10-16 Bob Wilson <bob.wilson@acm.org>
* gprof.c (main): Fix option string for -C, -n and -N.
2006-09-26 Thiemo Seufer <ths@networkno.de>
* gprof.texi: Fix install failure.

View File

@ -200,7 +200,7 @@ main (int argc, char **argv)
expandargv (&argc, &argv);
while ((ch = getopt_long (argc, argv,
"aA::bBcCd::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::st:Tvw:xyzZ::",
long_options, 0))
!= EOF)
{