Skip to content

Commit

Permalink
filterx: fix usage for parse_cef
Browse files Browse the repository at this point in the history
Signed-off-by: shifter <[email protected]>
  • Loading branch information
bshifter committed Dec 9, 2024
1 parent 62228cd commit 525c82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cef/filterx-func-parse-cef.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_CEF_USAGE "Usage: parse_cef(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_cef);

Expand Down

0 comments on commit 525c82d

Please sign in to comment.