Update pkg/commands/logs.go

Co-authored-by: Ryan Zhang <yangzhangrice@hotmail.com>
This commit is contained in:
Jianbo Sun
2020-10-20 23:24:47 +08:00
committed by GitHub
co-authored by Ryan Zhang
parent a195d25546
commit df495d9c04
+1 -1
View File
@@ -68,7 +68,7 @@ func (l *Args) AskComponent() (string, error) {
return comps[0], nil
}
prompt := &survey.Select{
Message: "You have multiple Component in your app. Choose one component for logs: ",
Message: "You have multiple Components in your app. Please choose one component for logs: ",
Options: comps,
}
var compName string