diff options
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-10-31 04:22:47 +0000 |
---|---|---|
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | 2003-10-31 04:22:47 +0000 |
commit | e8081286665b8cfe16a4fafdee935bdef4536a4f (patch) | |
tree | 9fc024f50e79ee6e38305430fa2aef38075f9974 /plugins/check_nt.c | |
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
Diffstat (limited to 'plugins/check_nt.c')
-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 75936620..91442a5a 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; } |