From: Vadym Malakhatko Date: Mon, 17 Aug 2020 12:29:52 +0000 (+0300) Subject: plugin: fix typo in long_opts struct X-Git-Tag: suricata-6.0.0-rc1~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5321%2Fhead;p=thirdparty%2Fsuricata.git plugin: fix typo in long_opts struct --- 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},