We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcdd689 commit f45718eCopy full SHA for f45718e
cmd/opm/alpha/render-graph/cmd.go
@@ -18,7 +18,7 @@ func NewCmd() *cobra.Command {
18
minEdge string
19
)
20
cmd := &cobra.Command{
21
- Use: "render-graph [index-image | fbc-dir | bundle-image]",
+ Use: "render-graph [index-image | fbc-dir]",
22
Short: "Generate mermaid-formatted view of upgrade graph of operators in an index",
23
Long: `Generate mermaid-formatted view of upgrade graphs of operators in an index`,
24
Args: cobra.MinimumNArgs(1),
0 commit comments