--debug doesn't take an arg

This commit is contained in:
Wilson Snyder 2019-07-30 18:40:27 -04:00
parent 1332446f2a
commit 875dc9a27e

View File

@ -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,