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 2f292f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions userspace/falco/falco.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ 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 (dot notation).\n"
" E.g. <key>.<subkey1>.<subkey2>=<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 2f292f8

Please sign in to comment.