summaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-05-26 21:11:33 +0000
committerNick Clifton <nickc@redhat.com>2000-05-26 21:11:33 +0000
commit6e883c8fa796510e1fe4710a531ed5e8385a6d7c (patch)
treed01d8f268563bc66c1eebefecb33592b1b445451 /gprof/gprof.c
parentd157c5fdcd94aba66fa51713cc589f479a5b6c36 (diff)
downloadbinutils-redhat-6e883c8fa796510e1fe4710a531ed5e8385a6d7c.tar.gz
When calling getopt_long indicate that the 'd' switch takes an optional
argument, whereas the 'D' switch takes no argument at all.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index 0075480ca6..5e47a97cbd 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -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)
{