diff options
author | Benoit Mortier <opensides@users.sourceforge.net> | 2005-01-04 00:16:48 +0000 |
---|---|---|
committer | Benoit Mortier <opensides@users.sourceforge.net> | 2005-01-04 00:16:48 +0000 |
commit | 3982b98ba2db3ebebf65d7f0f4ad83a55a3efc49 (patch) | |
tree | eec331cd371a90b5864bc3bdff94ad96c774bd8f /plugins/check_ide_smart.c | |
parent | 3fc45dccc5fca03c7b74e0c06f9a95da08cc1fec (diff) | |
download | monitoring-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
Diffstat (limited to 'plugins/check_ide_smart.c')
-rw-r--r-- | plugins/check_ide_smart.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_ide_smart.c b/plugins/check_ide_smart.c index 6487d085..33f24755 100644 --- a/plugins/check_ide_smart.c +++ b/plugins/check_ide_smart.c @@ -219,8 +219,7 @@ main (int argc, char *argv[]) } if (!device) { - show_help (); - show_version (); + print_help (); return -1; } |