Skip to content

Commit

Permalink
filterx: fix usage for parse_leef
Browse files Browse the repository at this point in the history
Signed-off-by: shifter <shifter@axoflow.com>
  • Loading branch information
bshifter committed Dec 9, 2024
1 parent 525c82d commit c2d2020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cef/filterx-func-parse-leef.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#include "filterx/expr-function.h"

#define FILTERX_FUNC_PARSE_LEEF_USAGE "Usage: parse_leef(str " \
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=boolean, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=boolean)"
EVENT_FORMAT_PARSER_ARG_NAME_PAIR_SEPARATOR"=string, " \
EVENT_FORMAT_PARSER_ARG_NAME_VALUE_SEPARATOR"=string)"

FILTERX_GENERATOR_FUNCTION_DECLARE(parse_leef);

Expand Down

0 comments on commit c2d2020

Please sign in to comment.