From: Karl DeBisschop Date: Fri, 31 Oct 2003 04:22:47 +0000 (+0000) Subject: provide an error message X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e8081286665b8cfe16a4fafdee935bdef4536a4f;p=nagiosplug.git provide an error message git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/check_nt.c b/plugins/check_nt.c index 7593662..91442a5 100644 --- a/plugins/check_nt.c +++ b/plugins/check_nt.c @@ -316,7 +316,7 @@ int main(int argc, char **argv){ case CHECK_NONE: default: - usage (_("")); + usage (_("Please specify a variable to check")); break; }