From db5cf1f8f99362c356869e121859c5e8fcef2865 Mon Sep 17 00:00:00 2001 From: jason taylor Date: Wed, 21 Sep 2022 20:26:32 +0000 Subject: [PATCH] userguide: Add rule file globbing option details Signed-off-by: jason taylor --- doc/userguide/partials/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/userguide/partials/options.rst b/doc/userguide/partials/options.rst index bb163e3c93..bba0be0d76 100644 --- a/doc/userguide/partials/options.rst +++ b/doc/userguide/partials/options.rst @@ -92,11 +92,17 @@ With the -s option you can set a file with signatures, which will be loaded together with the rules set in the yaml. + It is possible to use globbing when specifying rules files. + For example, ``-s '/path/to/rules/*.rules'`` + .. option:: -S With the -S option you can set a file with signatures, which will be loaded exclusively, regardless of the rules set in the yaml. + It is possible to use globbing when specifying rules files. + For example, ``-S '/path/to/rules/*.rules'`` + .. option:: -l With the -l option you can set the default log directory. If you -- 2.47.2