* gprof.c (main): Fix option string for -C, -n and -N.
authorBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 04:45:32 +0000 (04:45 +0000)
committerBob Wilson <bob.wilson@acm.org>
Tue, 17 Oct 2006 04:45:32 +0000 (04:45 +0000)
gprof/ChangeLog
gprof/gprof.c

index ebaa993..336ef07 100644 (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.
index b2d6baf..92468ad 100644 (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)
     {