Ignore --skip-im

This commit is contained in:
unknown 2007-12-21 13:06:56 +01:00
parent e4b2d04092
commit ec9967a8a5

View File

@ -255,6 +255,11 @@ sub main {
}
sub ignore_option {
my ($opt, $value)= @_;
print "Ignoring option '$opt'\n";
}
sub command_line_setup {
my $opt_comment;
my $opt_usage;
@ -303,6 +308,8 @@ sub command_line_setup {
'combination=s' => \@opt_combinations,
'skip-combination' => \&collect_option,
'skip-im' => \&ignore_option,
# Specify ports
'build-thread|mtr-build-thread=i' => \$opt_mtr_build_thread,