summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenoit Mortier <opensides@users.sourceforge.net>2005-01-04 00:16:48 (GMT)
committerBenoit Mortier <opensides@users.sourceforge.net>2005-01-04 00:16:48 (GMT)
commit3982b98ba2db3ebebf65d7f0f4ad83a55a3efc49 (patch)
treeeec331cd371a90b5864bc3bdff94ad96c774bd8f
parent3fc45dccc5fca03c7b74e0c06f9a95da08cc1fec (diff)
downloadmonitoring-plugins-3982b98ba2db3ebebf65d7f0f4ad83a55a3efc49.tar.gz
still trying to fix #1094326
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/check_ide_smart.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c
index 6487d08..33f2475 100644
--- a/plugins/check_ide_smart.c
+++ b/plugins/check_ide_smart.c
@@ -219,8 +219,7 @@ main (int argc, char *argv[])
219 } 219 }
220 220
221 if (!device) { 221 if (!device) {
222 show_help (); 222 print_help ();
223 show_version ();
224 return -1; 223 return -1;
225 } 224 }
226 225