Skip to content

Commit 1cb5365

Browse files
committed
fix help text for render-graph (#1020)
Upstream-commit: f45718ed41bb19fd49fd8ec8fb135e60971252a9 Upstream-repository: operator-registry Signed-off-by: Jordan Keister <[email protected]>
1 parent 27e287d commit 1cb5365

File tree

2 files changed

+2
-2
lines changed
  • staging/operator-registry/cmd/opm/alpha/render-graph
  • vendor/github.com/operator-framework/operator-registry/cmd/opm/alpha/render-graph

2 files changed

+2
-2
lines changed

staging/operator-registry/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),

vendor/github.com/operator-framework/operator-registry/cmd/opm/alpha/render-graph/cmd.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)