mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-21 14:19:30 -04:00
Using common message
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1221 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
3fc34f5fa1
commit
e5e4c84560
1 changed files with 1 additions and 2 deletions
|
|
@ -393,8 +393,7 @@ validate_arguments ()
|
|||
}
|
||||
|
||||
if (n_addresses == 0) {
|
||||
printf(_("You must specify a server address or host name\n"));
|
||||
return ERROR;
|
||||
usage (_("You must specify a server address or host name"));
|
||||
}
|
||||
|
||||
return OK;
|
||||
|
|
|
|||
Loading…
Reference in a new issue