From 4054168b5c0a0df9eb5311244f18cbef1cc766db Mon Sep 17 00:00:00 2001 From: arthur-zhang Date: Tue, 24 Dec 2024 14:32:48 +0800 Subject: [PATCH] docs: remove redundant CLI command in tracing policy example Signed-off-by: arthur-zhang --- docs/content/en/docs/concepts/tracing-policy/example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/en/docs/concepts/tracing-policy/example.md b/docs/content/en/docs/concepts/tracing-policy/example.md index c20cbda9ffc..5c56b05a7af 100644 --- a/docs/content/en/docs/concepts/tracing-policy/example.md +++ b/docs/content/en/docs/concepts/tracing-policy/example.md @@ -150,7 +150,7 @@ remove the BPF programs. Once the Tetragon starts, you can monitor events using `tetra`, the tetragon CLI: ```shell -./tetra tetra getevents -o compact +./tetra getevents -o compact ``` Reading the `/tmp/tetragon` file with `cat`: