diff options
author | Nobuhiro MIKI <nmiki@yahoo-corp.jp> | 2023-02-28 18:30:09 +0900 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-03-01 19:36:39 +0000 |
commit | d346f393fd26aa08882e6f84e2b9a4b888430a30 (patch) | |
tree | 025fbfa6d947629a1b02cf0261d0f1b5814e6958 /src/plugins | |
parent | 01ee7a7782199abe0306ab296acefeaa9211e8b3 (diff) |
docs: fixed to use unified "pcap trace" command
Type: docs
Fixes: 33909777c637 ("misc: unify pcap rx / tx / drop trace")
Signed-off-by: Nobuhiro MIKI <nmiki@yahoo-corp.jp>
Change-Id: I049616cfad300658e62e5026c0655ee6f07a2421
Diffstat (limited to 'src/plugins')
-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 |