Ignore --skip-im

parent 412ab801
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment