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:
Ton Voon 2005-09-14 14:40:20 +00:00
parent 3fc34f5fa1
commit e5e4c84560

View file

@ -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;