From 65455208a52a2f7210774f366fa6800c4e379e70 Mon Sep 17 00:00:00 2001 From: Vadym Malakhatko Date: Mon, 17 Aug 2020 15:29:52 +0300 Subject: [PATCH] plugin: fix typo in long_opts struct --- src/suricata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suricata.c b/src/suricata.c index aff3f17197..b8e5bc8a56 100644 --- a/src/suricata.c +++ b/src/suricata.c @@ -1203,7 +1203,7 @@ static TmEcode ParseCommandLine(int argc, char** argv, SCInstance *suri) {"strict-rule-keywords", optional_argument, 0, 0}, {"capture-plugin", required_argument, 0, 0}, - {"cpature-plugin-args", required_argument, 0, 0}, + {"capture-plugin-args", required_argument, 0, 0}, #ifdef BUILD_UNIX_SOCKET {"unix-socket", optional_argument, 0, 0}, -- 2.47.2