File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ type describeClusterOptions struct {
71
71
var dc = & describeClusterOptions {}
72
72
73
73
var describeClusterClusterCmd = & cobra.Command {
74
- Use : "cluster" ,
74
+ Use : "cluster NAME " ,
75
75
Short : "Describe workload clusters" ,
76
76
Long : LongDesc (`
77
77
Provide an "at glance" view of a Cluster API cluster designed to help the user in quickly
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ type generateClusterOptions struct {
47
47
var gc = & generateClusterOptions {}
48
48
49
49
var generateClusterClusterCmd = & cobra.Command {
50
- Use : "cluster" ,
50
+ Use : "cluster NAME " ,
51
51
Short : "Generate templates for creating workload clusters" ,
52
52
Long : LongDesc (`
53
53
Generate templates for creating workload clusters.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type getKubeconfigOptions struct {
35
35
var gk = & getKubeconfigOptions {}
36
36
37
37
var getKubeconfigCmd = & cobra.Command {
38
- Use : "kubeconfig" ,
38
+ Use : "kubeconfig NAME " ,
39
39
Short : "Gets the kubeconfig file for accessing a workload cluster" ,
40
40
Long : LongDesc (`
41
41
Gets the kubeconfig file for accessing a workload cluster` ),
You can’t perform that action at this time.
0 commit comments