Merge "Update references to 'kubernetes' to proper name"

This commit is contained in:
Zuul 2019-10-31 19:53:11 +00:00 committed by Gerrit Code Review
commit 04f75938d9
3 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@ func NewClusterCommand(rootSettings *environment.AirshipCTLSettings) *cobra.Comm
clusterRootCmd := &cobra.Command{
Use: ClusterUse,
// TODO: (kkalynovskyi) Add more description when more subcommands are added
Short: "Control kubernetes cluster",
Long: "Interactions with kubernetes cluster, such as get status, deploy initial infrastructure",
Short: "Control Kubernetes cluster",
Long: "Interactions with Kubernetes cluster, such as get status, deploy initial infrastructure",
}
return clusterRootCmd

View File

@ -1,2 +1,2 @@
Interactions with kubernetes cluster, such as get status, deploy initial infrastructure
Interactions with Kubernetes cluster, such as get status, deploy initial infrastructure

View File

@ -18,6 +18,6 @@ Flags:
-h, --help help for airshipctl
Additional help topics:
airshipctl cluster Control kubernetes cluster
airshipctl cluster Control Kubernetes cluster
Use "airshipctl [command] --help" for more information about a command.