by default, set 0

This commit is contained in:
garnier-quentin 2019-03-06 17:18:53 +01:00
parent 18adeac13c
commit 60122659dc
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ sub new {
Getopt::Long::Configure('no_auto_abbrev');
} else {
require centreon::plugins::alternative::Getopt;
$centreon::plugins::alternative::Getopt::warn_message = 0;
centreon::plugins::alternative::Getopt->import();
}