mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-28 07:37:32 +00:00
update(falco): updates usage description for -o, --option
Signed-off-by: Andrea Bonanno <andrea@bonanno.cloud>
This commit is contained in:
parent
eedb794fd5
commit
888c15c6ee
@ -154,8 +154,12 @@ static void usage()
|
|||||||
#endif
|
#endif
|
||||||
" -M <num_seconds> Stop collecting after <num_seconds> reached.\n"
|
" -M <num_seconds> Stop collecting after <num_seconds> reached.\n"
|
||||||
" -N When used with --list, only print field names.\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"
|
" -o, --option <opt>=<val> Set the value of option <opt> to <val>. Overrides values in configuration file.\n"
|
||||||
" <key> can be a two-part <key>.<subkey>\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"
|
" -p <output_format>, --print <output_format>\n"
|
||||||
" Add additional information to each falco notification's output.\n"
|
" Add additional information to each falco notification's output.\n"
|
||||||
" With -pc or -pcontainer will use a container-friendly format.\n"
|
" With -pc or -pcontainer will use a container-friendly format.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user