+ fix help message

This commit is contained in:
garnier-quentin 2017-03-30 10:08:05 +02:00
parent 05b3353a74
commit c98a81f042
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ sub is_mode {
# $options->{mode} = mode
if (!defined($self->{modes}{$options{mode}})) {
$self->{output}->add_option_msg(short_msg => "mode '" . $options{mode} . "' doesn't exist (use --list option to show available modes).");
$self->{output}->add_option_msg(short_msg => "mode '" . $options{mode} . "' doesn't exist (use --list-mode option to show available modes).");
$self->{output}->option_exit();
}
}