When calling getopt_long indicate that the 'd' switch takes an optional
[deliverable/binutils-gdb.git] / gprof / gprof.c
index 0075480ca6e7cdab3a41b7968b70eb293f0dda73..5e47a97cbd653bb2d94517dce160d7212e1a981d 100644 (file)
@@ -179,7 +179,7 @@ DEFUN (main, (argc, argv), int argc AND char **argv)
   xmalloc_set_program_name (whoami);
 
   while ((ch = getopt_long (argc, argv,
-       "aA::bBcCdD::e:E:f:F:hiI:J::k:lLm:n::N::O:p::P::q::Q::st:Tvw:xyzZ::",
+       "aA::bBcCd::De:E:f:F:hiI:J::k:lLm:n::N::O:p::P::q::Q::st:Tvw:xyzZ::",
                            long_options, 0))
         != EOF)
     {
This page took 0.026558 seconds and 4 git commands to generate.