diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index cae22aca..4e9e288d 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -154,8 +154,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"