Skip to content

Commit

Permalink
update(falco): updates usage description for -o, --option
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Bonanno <andrea@bonanno.cloud>
  • Loading branch information
andreabonanno committed Feb 16, 2022
1 parent 204f9ff commit e94570f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions userspace/falco/falco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,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"
Expand Down

0 comments on commit e94570f

Please sign in to comment.