From 3982b98ba2db3ebebf65d7f0f4ad83a55a3efc49 Mon Sep 17 00:00:00 2001 From: Benoit Mortier Date: Tue, 4 Jan 2005 00:16:48 +0000 Subject: [PATCH] still trying to fix #1094326 git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/check_ide_smart.c | 3 +-- 1 file changed, 1 insertion(+), 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[]) } if (!device) { - show_help (); - show_version (); + print_help (); return -1; } -- 2.30.2