update(falco): updates usage description for -o, --option

Signed-off-by: Andrea Bonanno <andrea@bonanno.cloud>
This commit is contained in:
Andrea Bonanno 2022-02-16 13:32:05 +01:00 committed by poiana
parent eedb794fd5
commit 888c15c6ee

View File

@ -154,8 +154,12 @@ static void usage()
#endif
" -M <num_seconds> Stop collecting after <num_seconds> reached.\n"
" -N When used with --list, only print field names.\n"
" -o, --option <key>=<val> Set the value of option <key> to <val>. Overrides values in configuration file.\n"
" <key> can be a two-part <key>.<subkey>\n"
" -o, --option <opt>=<val> Set the value of option <opt> to <val>. Overrides values in configuration file.\n"
" <opt> 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 <output_format>, --print <output_format>\n"
" Add additional information to each falco notification's output.\n"
" With -pc or -pcontainer will use a container-friendly format.\n"