Merge pull request #746 from lkappel/patch-1

Update alert.pm
This commit is contained in:
qgarnier 2017-08-28 19:58:40 +02:00 committed by GitHub
commit e0514469fd
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ sub check_options {
$self->SUPER::init(%options);
if (!defined($self->{option_results}->{foxbox_password})) {
$self->{output}
->add_option_msg(short_msg => "You need to set --foxbox-username= and --foxbox-password option");
->add_option_msg(short_msg => "You need to set --foxbox-username and --foxbox-password options");
$self->{output}->option_exit();
}
if (!defined($self->{option_results}->{phonenumber})) {