From 5ba8610681725315f1027ff7e1b5717cd37b501e Mon Sep 17 00:00:00 2001 From: Daniel Thayer Date: Wed, 21 Oct 2015 12:48:35 -0500 Subject: [PATCH] Correct a typo in controller.bro documentation --- scripts/policy/frameworks/control/controller.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/policy/frameworks/control/controller.bro b/scripts/policy/frameworks/control/controller.bro index cc94767370..edef4149f9 100644 --- a/scripts/policy/frameworks/control/controller.bro +++ b/scripts/policy/frameworks/control/controller.bro @@ -4,7 +4,7 @@ ##! ##! It's intended to be used from the command line like this:: ##! -##! bro frameworks/control/controller Control::host= Control::port= Control::cmd= [Control::arg=] +##! bro frameworks/control/controller Control::host= Control::host_port= Control::cmd= [Control::arg=] @load base/frameworks/control @load base/frameworks/communication