From fa900a9f6b4239799b32355479f922f85180e517 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Wed, 7 Nov 2012 11:36:01 +0100 Subject: [PATCH] suricata: add information about BPF filter usage --- src/suricata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.c b/src/suricata.c index f87ea0dbab..1dc188f794 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -461,7 +461,7 @@ void usage(const char *progname) #else printf("%s %s\n", PROG_NAME, PROG_VER); #endif - printf("USAGE: %s\n\n", progname); + printf("USAGE: %s [OPTIONS] [BPF FILTER]\n\n", progname); printf("\t-c : path to configuration file\n"); printf("\t-T : test configuration file (use with -c)\n"); printf("\t-i : run in pcap live mode\n");