From 4f12cd51565696e44a2c1709ed04d8d72e0afa04 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Mon, 9 Oct 2017 16:07:54 -0700 Subject: [PATCH] Updated Falco Configuration (markdown) --- Falco-Configuration.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Falco-Configuration.md b/Falco-Configuration.md index b569663..2530499 100644 --- a/Falco-Configuration.md +++ b/Falco-Configuration.md @@ -7,9 +7,12 @@ Any configuration option can be overridden on the command line via the `-o/--opt The current configuration keys are: -#### `rules_file: ` +#### `rules_file: + - + - + - ...` -the location of the rules file. This can also be overridden on the command line via `-r`. +the location of the rules file(s). This can contain one or more paths to separate rules files. You can also specify multiple rules files on the command line via one or more `-r` options. #### `json_output: [true|false]`