]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
suricata: list-keywords does not depend on unittest
authorEric Leblond <eric@regit.org>
Tue, 23 Oct 2012 08:31:10 +0000 (10:31 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 23 Oct 2012 16:13:59 +0000 (18:13 +0200)
src/suricata.c

index 1763faf60ae0c9cafb7a1ce515a743d530ec297b..02608585a990a222ad1fdd18eae2b5b37724c2fe 100644 (file)
@@ -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