diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index a6c43c3..1903678 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -393,8 +393,7 @@ validate_arguments () | |||
393 | } | 393 | } |
394 | 394 | ||
395 | if (n_addresses == 0) { | 395 | if (n_addresses == 0) { |
396 | printf(_("You must specify a server address or host name\n")); | 396 | usage (_("You must specify a server address or host name")); |
397 | return ERROR; | ||
398 | } | 397 | } |
399 | 398 | ||
400 | return OK; | 399 | return OK; |