Alexander Belanger 4 년 전
부모
커밋
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",