mirror of
https://github.com/OISF/suricata.git
synced 2026-05-04 17:26:33 -04:00
This commit improves the overall documentation's grammar, spelling, and adds clarifications where needed.
21 lines
428 B
ReStructuredText
21 lines
428 B
ReStructuredText
Command Line Options
|
|
====================
|
|
|
|
.. toctree::
|
|
|
|
Suricata's command line options:
|
|
|
|
.. include:: partials/options.rst
|
|
|
|
Unit Tests
|
|
~~~~~~~~~~
|
|
|
|
The builtin unittests are only available when Suricata has been configured and built with
|
|
``--enable-unittests``.
|
|
|
|
Running unittests does not require a configuration file. Use -l to supply
|
|
an output directory.::
|
|
|
|
sudo suricata -u
|
|
|
|
.. include:: partials/options-unittests.rst
|