mirror of
https://github.com/siderolabs/talos.git
synced 2025-11-05 02:41:14 +01:00
docs: fix talosctl inspect dependencies example indentation
Adds missing whitespace to ensure correct rendering on web Signed-off-by: Oscar Utbult <oscar.utbult@gmail.com> Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
fbcf4264ff
commit
e4a050cb1d
@ -36,7 +36,7 @@ var inspectDependenciesCmd = &cobra.Command{
|
|||||||
Pipe the output of the command through the "dot" program (part of graphviz package)
|
Pipe the output of the command through the "dot" program (part of graphviz package)
|
||||||
to render the graph:
|
to render the graph:
|
||||||
|
|
||||||
talosctl inspect dependencies | dot -Tpng > graph.png
|
talosctl inspect dependencies | dot -Tpng > graph.png
|
||||||
`,
|
`,
|
||||||
Args: cobra.NoArgs,
|
Args: cobra.NoArgs,
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, args []string) error {
|
||||||
|
|||||||
@ -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)
|
Pipe the output of the command through the "dot" program (part of graphviz package)
|
||||||
to render the graph:
|
to render the graph:
|
||||||
|
|
||||||
talosctl inspect dependencies | dot -Tpng > graph.png
|
talosctl inspect dependencies | dot -Tpng > graph.png
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user