From 1b844cd7f7317b237449c8838bdbdeaad282c432 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Mon, 17 Oct 2022 15:40:43 -0600 Subject: [PATCH] doc/userguide: document --include command line option --- doc/userguide/partials/options.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/userguide/partials/options.rst b/doc/userguide/partials/options.rst index f6487f10c2..85a77b74c3 100644 --- a/doc/userguide/partials/options.rst +++ b/doc/userguide/partials/options.rst @@ -12,6 +12,22 @@ Path to configuration file. +.. option:: --include + + Additional configuration files to include. Multiple additonal + configuration files can be provided and will be included in the + order specified on the command line. These additonal configuration + files are loaded as if they existed at the end of the main + configuration file. + + Example including one additional file:: + + --include /etc/suricata/other.yaml + + Example including more than one additional file:: + + --include /etc/suricata/other.yaml --include /etc/suricata/extra.yaml + .. option:: -T Test configuration.