1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-09 03:22:43 +03:00

Quick copy change

This commit is contained in:
Carl Tashian
2022-01-19 15:50:38 -08:00
parent 0ef45eadff
commit 54bfd34689

View File

@@ -513,7 +513,7 @@ func initAction(ctx *cli.Context) (err error) {
var address string
if helm {
ui.Println("What IP and port will your new CA bind to, it should match service.targetPort?", ui.WithValue(ctx.String("address")))
ui.Println("What IP and port will your new CA bind to (it should match service.targetPort)?", ui.WithValue(ctx.String("address")))
} else {
ui.Println("What IP and port will your new CA bind to?", ui.WithValue(ctx.String("address")))
}