diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-10-31 04:22:47 (GMT) |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-10-31 04:22:47 (GMT) |
commit | e8081286665b8cfe16a4fafdee935bdef4536a4f (patch) | |
tree | 9fc024f50e79ee6e38305430fa2aef38075f9974 | |
parent | 32aae048feeb3998eda72699aa876ec852d17125 (diff) | |
download | monitoring-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
-rw-r--r-- | plugins/check_nt.c | 2 |
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 | } |