diff options
-rw-r--r-- | plugins/check_ssh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_ssh.c b/plugins/check_ssh.c index ab4af352..3d6a0710 100644 --- a/plugins/check_ssh.c +++ b/plugins/check_ssh.c | |||
@@ -182,6 +182,7 @@ process_arguments_wrapper process_arguments(int argc, char **argv) { | |||
182 | } else { | 182 | } else { |
183 | usage2(_("Port number must be a positive integer"), optarg); | 183 | usage2(_("Port number must be a positive integer"), optarg); |
184 | } | 184 | } |
185 | break; | ||
185 | case output_format_index: { | 186 | case output_format_index: { |
186 | parsed_output_format parser = mp_parse_output_format(optarg); | 187 | parsed_output_format parser = mp_parse_output_format(optarg); |
187 | if (!parser.parsing_success) { | 188 | if (!parser.parsing_success) { |