From: Eric Leblond Date: Wed, 7 Nov 2012 10:18:39 +0000 (+0100) Subject: suricata: add build-info command to usage message. X-Git-Tag: suricata-1.4rc1~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3a1346e4a09c42304e30053edd5eeebcec2e99;p=thirdparty%2Fsuricata.git suricata: add build-info command to usage message. --- diff --git a/src/suricata.c b/src/suricata.c index 753d03d215..91dec15e6a 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -504,6 +504,7 @@ void usage(const char *progname) printf("\t--pidfile : write pid to this file (only for daemon mode)\n"); printf("\t--init-errors-fatal : enable fatal failure on signature init error\n"); printf("\t--dump-config : show the running configuration\n"); + printf("\t--build-info : display build information\n"); printf("\t--pcap[=] : run in pcap mode, no value select interfaces from suricata.yaml\n"); #ifdef HAVE_PCAP_SET_BUFF printf("\t--pcap-buffer-size : size of the pcap buffer value from 0 - %i\n",INT_MAX);