From 00b95c69c0130f5c48d30c54e3849ff5bc58f1d1 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Tue, 23 Oct 2012 10:31:10 +0200 Subject: [PATCH] suricata: list-keywords does not depend on unittest --- src/suricata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.c b/src/suricata.c index 1763faf60a..02608585a9 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -484,9 +484,9 @@ void usage(const char *progname) printf("\t-U, --unittest-filter=REGEX : filter unittests with a regex\n"); printf("\t--list-app-layer-protos : list supported app layer protocols\n"); printf("\t--list-unittests : list unit tests\n"); - printf("\t--list-keywords : list all keywords implemented by the engine\n"); printf("\t--fatal-unittests : enable fatal failure on unittest error\n"); #endif /* UNITTESTS */ + printf("\t--list-keywords : list all keywords implemented by the engine\n"); #ifdef __SC_CUDA_SUPPORT__ printf("\t--list-cuda-cards : list cuda supported cards\n"); #endif