Skip to content

Commit ae1f16b

Browse files
Merge pull request #254 from abhinavdahiya/fix-cli
Bug 1665828: cmd/main.go: fix cli use to cluster-version-operator instead of version
2 parents 41740d1 + 882477e commit ae1f16b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

cmd/main.go

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ import (
77
"k8s.io/klog"
88
)
99

10-
const (
11-
componentName = "version"
12-
componentNamespace = "openshift-cluster-version"
13-
)
14-
1510
var (
1611
rootCmd = &cobra.Command{
17-
Use: componentName,
12+
Use: "cluster-version-operator",
1813
Short: "Run Cluster Version Controller",
1914
Long: "",
2015
}

0 commit comments

Comments
 (0)