mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-05 21:50:21 +08:00
When calling getopt_long indicate that the 'd' switch takes an optional
argument, whereas the 'D' switch takes no argument at all.
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user