tools: Fix comment in agent-ctl

Correct a comment in the agent control tool.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2020-10-15 16:54:34 +01:00 committed by Peng Tao
parent ee59378232
commit 6511ffe89d

View File

@ -1179,7 +1179,7 @@ fn agent_cmd_sandbox_list_routes(
#[inline]
fn builtin_cmd_repeat(_cfg: &Config, _options: &mut Options, _args: &str) -> (Result<()>, bool) {
// XXX: NOP implementation. Due to the way repeat has to work, providing
// XXX: NOP implementation. Due to the way repeat has to work, providing a
// handler like this is "too late" to be useful. However, a handler
// is required as "repeat" is a valid command.
//