Skip to content

Commit

Permalink
docs: fix talosctl pcap argument
Browse files Browse the repository at this point in the history
Fixes a formatting issue on the website

Signed-off-by: Oscar Utbult <[email protected]>
Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
oscr authored and frezbo committed Nov 23, 2023
1 parent e4a050c commit 8e23074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/talosctl/cmd/talos/pcap.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/v1.6/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8e23074

Please sign in to comment.