--debug doesn't take an arg
This commit is contained in:
parent
1332446f2a
commit
875dc9a27e
|
@ -56,7 +56,7 @@ Getopt::Long::config("no_auto_abbrev","pass_through");
|
|||
if (! GetOptions(
|
||||
# Major operating modes
|
||||
"help" => \&usage,
|
||||
"debug:s" => \&debug,
|
||||
"debug" => \&debug,
|
||||
# "version!" => \&version, # Also passthru'ed
|
||||
# Switches
|
||||
"gdb!" => \$opt_gdb,
|
||||
|
|
Loading…
Reference in New Issue