blob: d56df99d52f49ec4dc8d43d896e4a0f9756dad15 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
.. option:: -h, --help
Show help.
.. option:: -D <directory>, --data-dir <directory>
Set an alternate data directory.
Default: */var/lib/suricata*
.. option:: -c <filename>, --config <filename>
Path to the suricata-update config file.
Default: */etc/suricata/update.yaml*
.. option:: -q, --quiet
Run quietly. Only warning and error messages will be displayed.
.. option:: -v, --verbose
Provide more verbose output.
.. option:: --suricata-conf <path>
Path to the suricata config file.
Default: */etc/suricata/suricata.yaml*
.. option:: --suricata <path>
The path to the Suricata program. If not provided
``suricata-update`` will attempt to find Suricata on your path.
The Suricata program is used to determine the version of Suricata
as well as providing information about the Suricata configuration.
.. option:: --suricata-version <version>
Set the Suricata version to a specific version instead of checking
the version of Suricata on the path.
.. option:: --user-agent <string>
Set a custom user agent string for HTTP requests.
.. option:: -s, --show-advanced
Show advanced options.
|