[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ossec-cvs] ossec-hids: main.c (HEAD) [dcid]



Module name:	ossec-hids
Changes by:	dcid	07/09/24 18:39:11

Modified files:
	main.c

Log message:
Description: Multiple patches by Slava Semushin <php-coder at altlinux.org>
Reviewed by: dcid
Bugs:
http://www.ossec.net/bugs/show_bug.cgi?id=75
http://www.ossec.net/bugs/show_bug.cgi?id=76
http://www.ossec.net/bugs/show_bug.cgi?id=74

Index: main.c
===================================================================
RCS file: /usr/cvsroot/ossec-hids/src/os_dbd/main.c,v
diff -u -r1.7 -r1.8
--- main.c	28 Aug 2007 03:08:15 -0000	1.7
+++ main.c	24 Sep 2007 21:39:11 -0000	1.8
@@ -81,7 +81,7 @@
                 db_info();
                 break;    
             case 'h':
-                help();
+                help(ARGV0);
                 break;
             case 'd':
                 nowDebug();
@@ -109,7 +109,7 @@
                 test_config = 1;    
                 break;
             default:
-                help();
+                help(ARGV0);
                 break;
         }
 


OSSEC home | Main Index | Thread Index


OSSEC project: www.ossec.net.
Mailling list information: http://www.ossec.net/en/mailing_lists.html.