From e94570f3f54847c680c76964e7c54e580026f94a Mon Sep 17 00:00:00 2001 From: Andrea Bonanno Date: Wed, 16 Feb 2022 13:32:05 +0100 Subject: [PATCH] update(falco): updates usage description for -o, --option Signed-off-by: Andrea Bonanno --- userspace/falco/falco.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index c462eb19132..fdb5972c804 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -150,8 +150,12 @@ static void usage() #endif " -M Stop collecting after reached.\n" " -N When used with --list, only print field names.\n" - " -o, --option = Set the value of option to . Overrides values in configuration file.\n" - " can be a two-part .\n" + " -o, --option = Set the value of option to . Overrides values in configuration file.\n" + " can be identified using its location in configuration file using dot notation.\n" + " Elements which are entries of lists can be accessed via square brackets [].\n" + " E.g. base.id = val\n" + " base.subvalue.subvalue2 = val\n" + " base.list[1]=val\n" " -p , --print \n" " Add additional information to each falco notification's output.\n" " With -pc or -pcontainer will use a container-friendly format.\n"