mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update init-bare.zeek
This commit is contained in:
parent
1fba346f5d
commit
722381366b
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ type PluginComponent: record {
|
||||||
enabled: bool;
|
enabled: bool;
|
||||||
};
|
};
|
||||||
|
|
||||||
type PluginComponent_vec : vector of PluginComponent;
|
type plugin_component_vec : vector of PluginComponent;
|
||||||
|
|
||||||
## Arguments given to Zeek from the command line. In order to use this, Zeek
|
## Arguments given to Zeek from the command line. In order to use this, Zeek
|
||||||
## must use a ``--`` command line argument immediately followed by a script
|
## must use a ``--`` command line argument immediately followed by a script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue