Skip to content

Commit f45718e

Browse files
authored
fix help text for render-graph (#1020)
Signed-off-by: Jordan Keister <[email protected]> Signed-off-by: Jordan Keister <[email protected]>
1 parent bcdd689 commit f45718e

File tree

1 file changed

+1
-1
lines changed
  • cmd/opm/alpha/render-graph

1 file changed

+1
-1
lines changed

cmd/opm/alpha/render-graph/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func NewCmd() *cobra.Command {
1818
minEdge string
1919
)
2020
cmd := &cobra.Command{
21-
Use: "render-graph [index-image | fbc-dir | bundle-image]",
21+
Use: "render-graph [index-image | fbc-dir]",
2222
Short: "Generate mermaid-formatted view of upgrade graph of operators in an index",
2323
Long: `Generate mermaid-formatted view of upgrade graphs of operators in an index`,
2424
Args: cobra.MinimumNArgs(1),

0 commit comments

Comments
 (0)