From 8e230746655d5cb10d7b982f27ea078da5fd0374 Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Thu, 23 Nov 2023 17:07:09 +0100 Subject: [PATCH] docs: fix talosctl pcap argument Fixes a formatting issue on the website Signed-off-by: Oscar Utbult Signed-off-by: Noel Georgi --- cmd/talosctl/cmd/talos/pcap.go | 2 +- website/content/v1.6/reference/cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/talosctl/cmd/talos/pcap.go b/cmd/talosctl/cmd/talos/pcap.go index b46aba3a02..e3c9a5986f 100644 --- a/cmd/talosctl/cmd/talos/pcap.go +++ b/cmd/talosctl/cmd/talos/pcap.go @@ -43,7 +43,7 @@ Default behavior is to decode the packets with internal decoder to stdout: talosctl pcap -i eth0 -Raw pcap file can be saved with --output flag: +Raw pcap file can be saved with ` + "`--output`" + ` flag: talosctl pcap -i eth0 --output eth0.pcap diff --git a/website/content/v1.6/reference/cli.md b/website/content/v1.6/reference/cli.md index 4f0c933431..bcee87147e 100644 --- a/website/content/v1.6/reference/cli.md +++ b/website/content/v1.6/reference/cli.md @@ -2423,7 +2423,7 @@ Default behavior is to decode the packets with internal decoder to stdout: talosctl pcap -i eth0 -Raw pcap file can be saved with --output flag: +Raw pcap file can be saved with `--output` flag: talosctl pcap -i eth0 --output eth0.pcap