We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eaef4e commit 1b021ccCopy full SHA for 1b021cc
cmd/gateway/main.go
@@ -25,7 +25,7 @@ var (
25
gatewayCtlrName = flag.String(
26
"gateway-ctlr-name",
27
"",
28
- fmt.Sprintf("The name of the Gateway controller. The controller name must of the form DOMAIN/PATH. The controller's domain is '%s'", domain),
+ fmt.Sprintf("The name of the Gateway controller. The controller name must be of the form: DOMAIN/PATH. The controller's domain is '%s'", domain),
29
)
30
31
gatewayClassName = flag.String(
0 commit comments