From d346f393fd26aa08882e6f84e2b9a4b888430a30 Mon Sep 17 00:00:00 2001 From: Nobuhiro MIKI Date: Tue, 28 Feb 2023 18:30:09 +0900 Subject: docs: fixed to use unified "pcap trace" command Type: docs Fixes: 33909777c637 ("misc: unify pcap rx / tx / drop trace") Signed-off-by: Nobuhiro MIKI Change-Id: I049616cfad300658e62e5026c0655ee6f07a2421 --- src/plugins/dispatch-trace/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/dispatch-trace') 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 -- cgit 1.2.3-korg