Update init-bare.zeek

This commit is contained in:
bhaskarbhar 2025-06-25 22:51:43 +05:30 committed by GitHub
parent 1fba346f5d
commit 722381366b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,7 +383,7 @@ type PluginComponent: record {
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
## must use a ``--`` command line argument immediately followed by a script