diff --git a/src/suricata.c b/src/suricata.c index d5106a959c..7cd32ed84e 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -440,7 +440,7 @@ void usage(const char *progname) printf("\t--af-packet[=] : run in af-packet mode, no value select interfaces from suricata.yaml\n"); #endif #ifdef HAVE_PFRING - printf("\t--pfring[=dev] : run in pfring mode, use interfaces from suricata.yaml\n"); + printf("\t--pfring[=] : run in pfring mode, use interfaces from suricata.yaml\n"); printf("\t--pfring-int : run in pfring mode, use interface \n"); printf("\t--pfring-cluster-id : pfring cluster id \n"); printf("\t--pfring-cluster-type : pfring cluster type for PF_RING 4.1.2 and later cluster_round_robin|cluster_flow\n");