diff --git a/cmd/talosctl/cmd/talos/inspect.go b/cmd/talosctl/cmd/talos/inspect.go index b3b3953e4..200cdcfea 100644 --- a/cmd/talosctl/cmd/talos/inspect.go +++ b/cmd/talosctl/cmd/talos/inspect.go @@ -36,7 +36,7 @@ var inspectDependenciesCmd = &cobra.Command{ Pipe the output of the command through the "dot" program (part of graphviz package) to render the graph: - talosctl inspect dependencies | dot -Tpng > graph.png + talosctl inspect dependencies | dot -Tpng > graph.png `, Args: cobra.NoArgs, RunE: func(cmd *cobra.Command, args []string) error { diff --git a/website/content/v1.6/reference/cli.md b/website/content/v1.6/reference/cli.md index 0ea7fc18a..4f0c93343 100644 --- a/website/content/v1.6/reference/cli.md +++ b/website/content/v1.6/reference/cli.md @@ -1937,7 +1937,7 @@ Inspect controller-resource dependencies as graphviz graph. Pipe the output of the command through the "dot" program (part of graphviz package) to render the graph: - talosctl inspect dependencies | dot -Tpng > graph.png + talosctl inspect dependencies | dot -Tpng > graph.png ```