* gprof.c (main): Fix option string for -C, -n and -N.
This commit is contained in:
parent
56a8fe780f
commit
263e594b90
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user