diff --git a/cmd/subctl/aws.go b/cmd/subctl/aws.go index caa1530c4..400f1206c 100644 --- a/cmd/subctl/aws.go +++ b/cmd/subctl/aws.go @@ -53,8 +53,8 @@ var ( awsCleanupCmd = &cobra.Command{ Use: "aws", Short: "Clean up an AWS cloud", - Long: "This command cleans up an OpenShift installer-provisioned infrastructure (IPI) on AWS-based" + - " cloud after Submariner uninstallation.", + Long: "This command cleans up an OpenShift installer-provisioned infrastructure (IPI) on " + + "AWS-based cloud after Submariner uninstallation.", PreRunE: checkAWSFlags, Run: func(cmd *cobra.Command, args []string) { exit.OnError(cloudRestConfigProducer.RunOnSelectedContext( diff --git a/cmd/subctl/azure.go b/cmd/subctl/azure.go index d92803836..f7767c459 100644 --- a/cmd/subctl/azure.go +++ b/cmd/subctl/azure.go @@ -52,8 +52,8 @@ var ( azureCleanupCmd = &cobra.Command{ Use: "azure", Short: "Clean up an Azure cloud", - Long: "This command cleans up an OpenShift installer-provisioned infrastructure (IPI) on Azure-based" + - " cloud after Submariner uninstallation.", + Long: "This command cleans up an OpenShift installer-provisioned infrastructure (IPI) on " + + "Azure-based cloud after Submariner uninstallation.", PreRunE: checkAzureFlags, Run: func(cmd *cobra.Command, args []string) { exit.OnError(cloudRestConfigProducer.RunOnSelectedContext(