diff --git a/cmd/kubectl-testkube/commands/testsuites/create.go b/cmd/kubectl-testkube/commands/testsuites/create.go index ac636b1f580..39f55b7c020 100644 --- a/cmd/kubectl-testkube/commands/testsuites/create.go +++ b/cmd/kubectl-testkube/commands/testsuites/create.go @@ -24,7 +24,7 @@ func NewCreateTestSuitesCmd() *cobra.Command { Use: "create", Aliases: []string{"c"}, Short: "Create new test suite", - Long: `Create new TestSuite Custom Resource, `, + Long: `Create new TestSuite Custom Resource`, Run: func(cmd *cobra.Command, args []string) { ui.Logo()