Alexander Belanger 4 лет назад
Родитель
Сommit
2aa2d1a064
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cli/cmd/list.go

+ 1 - 1
cli/cmd/list.go

@@ -12,7 +12,7 @@ import (
 	"helm.sh/helm/v3/pkg/release"
 )
 
-// listCmd represents the "porter get" base command when called
+// listCmd represents the "porter list" base command when called
 // without any subcommands
 var listCmd = &cobra.Command{
 	Use:   "list",