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 committed Oct 15, 2020
1 parent 71be16c commit 8553f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/agent-ctl/src/client.rs
Original file line number Diff line number Diff line change
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 8553f06

Please sign in to comment.