diff options
Diffstat (limited to 'src/plugins/dispatch-trace/main.c')
-rw-r--r-- | src/plugins/dispatch-trace/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dispatch-trace/main.c b/src/plugins/dispatch-trace/main.c index ce662dc0eea..40a87dde0f3 100644 --- a/src/plugins/dispatch-trace/main.c +++ b/src/plugins/dispatch-trace/main.c @@ -480,7 +480,7 @@ dispatch_trace_command_fn (vlib_main_t *vm, unformat_input_t *input, * pcap dispatch capture on... * @cliexend * Example of how to display the status of a tx packet capture in progress: - * @cliexstart{pcap tx trace status} + * @cliexstart{pcap trace tx status} * max is 35, dispatch trace to file /tmp/vppTest.pcap * pcap tx capture is on: 20 of 35 pkts... * @cliexend |