Update scripts/base/frameworks/cluster/main.zeek

Co-authored-by: Jon Siwek <jsiwek@corelight.com>
This commit is contained in:
Seth Hall 2020-10-13 16:46:26 -04:00 committed by GitHub
parent cf8671d078
commit e78386d6e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#hh#! A framework for establishing and controlling a cluster of Zeek instances.
##! A framework for establishing and controlling a cluster of Zeek instances.
##! In order to use the cluster framework, a script named
##! ``cluster-layout.zeek`` must exist somewhere in Zeek's script search path
##! which has a cluster definition of the :zeek:id:`Cluster::nodes` variable.