Added -T switch to suricata output.

Simply added the -T to be printed out when suricata is run without any
arguments.  The capability to test a configuration file has been in
suricata for some time, just doesn't show up as an option right now.
remotes/origin/HEAD
marcos 13 years ago committed by Victor Julien
parent b744708f28
commit 8dfddd0a0f

@ -423,6 +423,7 @@ void usage(const char *progname)
#endif
printf("USAGE: %s\n\n", progname);
printf("\t-c <path> : path to configuration file\n");
printf("\t-T : test configuration file (use with -c)\n");
printf("\t-i <dev or ip> : run in pcap live mode\n");
printf("\t-F <bpf filter file> : bpf filter file\n");
printf("\t-r <path> : run in pcap file/offline mode\n");

Loading…
Cancel
Save