diff --git a/Running-Falco.md b/Running-Falco.md index a3e3673..fd9e935 100644 --- a/Running-Falco.md +++ b/Running-Falco.md @@ -73,6 +73,11 @@ Options: Can not be specified with -t. -t Only run those rules with a tag=. Can be specified multiple times. Can not be specified with -T/-D. + -U,--unbuffered Turn off output buffering to configured outputs. This causes every + single line emitted by falco to be flushed, which generates higher CPU + usage but is useful when piping those outputs into another process + or into a script. + -V,--validate Read the contents of the specified rules file and exit -v Verbose output. --version Print version number. ```