Skip to content

Commit cc24791

Browse files
committed
Improve clusterctl get help grammar
1 parent e3d327e commit cc24791

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/clusterctl/cmd/get.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
var getCmd = &cobra.Command{
2424
Use: "get",
25-
Short: "Get info from a management or a workload cluster",
26-
Long: `Get info from a management or a workload cluster`,
25+
Short: "Get info from a management or workload cluster",
26+
Long: `Get info from a management or workload cluster`,
2727
}
2828

2929
func init() {

0 commit comments

Comments
 (0)