Skip to content

Commit

Permalink
tools: Fix comment in agent-ctl
Browse files Browse the repository at this point in the history
Correct a comment in the agent control tool.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel authored and bergwolf committed Oct 17, 2020
1 parent ee59378 commit 6511ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/agent-ctl/src/client.rs
Expand Up @@ -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.
//
Expand Down

0 comments on commit 6511ffe

Please sign in to comment.