summaryrefslogtreecommitdiffstats
path: root/plugins/check_nt.c
diff options
context:
space:
mode:
authorKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-10-31 04:22:47 (GMT)
committerKarl DeBisschop <kdebisschop@users.sourceforge.net>2003-10-31 04:22:47 (GMT)
commite8081286665b8cfe16a4fafdee935bdef4536a4f (patch)
tree9fc024f50e79ee6e38305430fa2aef38075f9974 /plugins/check_nt.c
parent32aae048feeb3998eda72699aa876ec852d17125 (diff)
downloadmonitoring-plugins-e8081286665b8cfe16a4fafdee935bdef4536a4f.tar.gz
provide an error message
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@757 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_nt.c')
-rw-r--r--plugins/check_nt.c2
1 files changed, 1 insertions, 1 deletions
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){
316 316
317 case CHECK_NONE: 317 case CHECK_NONE:
318 default: 318 default:
319 usage (_("")); 319 usage (_("Please specify a variable to check"));
320 break; 320 break;
321 321
322 } 322 }