doc/userguide: document --include command line option

pull/8467/head
Jason Ish 2 years ago committed by Victor Julien
parent dcfa6a6002
commit 1b844cd7f7

@ -12,6 +12,22 @@
Path to configuration file.
.. option:: --include <path>
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.

Loading…
Cancel
Save