From cd42e6a3ef752d8778d6c93978c72fbc77221864 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Fri, 2 Nov 2012 16:24:52 +0100 Subject: [PATCH] Listing of app layers does not depend on unittests --- src/suricata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.c b/src/suricata.c index 25c36b8bef..35748b8116 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -486,10 +486,10 @@ void usage(const char *progname) #ifdef UNITTESTS printf("\t-u : run the unittests and exit\n"); 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--fatal-unittests : enable fatal failure on unittest error\n"); #endif /* UNITTESTS */ + printf("\t--list-app-layer-protos : list supported app layer protocols\n"); 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");