--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(
|
if (! GetOptions(
|
||||||
# Major operating modes
|
# Major operating modes
|
||||||
"help" => \&usage,
|
"help" => \&usage,
|
||||||
"debug:s" => \&debug,
|
"debug" => \&debug,
|
||||||
# "version!" => \&version, # Also passthru'ed
|
# "version!" => \&version, # Also passthru'ed
|
||||||
# Switches
|
# Switches
|
||||||
"gdb!" => \$opt_gdb,
|
"gdb!" => \$opt_gdb,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue