Przeglądaj źródła

still trying to fix #1094326

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1078 f882894a-f735-0410-b71e-b25c423dba1c
Benoit Mortier 21 lat temu
rodzic
commit
3982b98ba2
1 zmienionych plików z 1 dodań i 2 usunięć
  1. 1 2
      plugins/check_ide_smart.c

+ 1 - 2
plugins/check_ide_smart.c

@@ -219,8 +219,7 @@ main (int argc, char *argv[])
 		}
 
 		if (!device) {
-			show_help ();
-			show_version ();
+			print_help ();
 			return -1;
 		}