Correct some info in flags.go
Correct some info in flags.go
This commit is contained in:
parent
3426789a98
commit
d2d7d677a0
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ func parseFlags() (bool, *controller.Configuration, error) {
|
|||
is being stopped. Default is true`)
|
||||
|
||||
sortBackends = flags.Bool("sort-backends", false,
|
||||
`Defines if backends and it's endpoints should be sorted`)
|
||||
`Defines if backends and its endpoints should be sorted`)
|
||||
|
||||
useNodeInternalIP = flags.Bool("report-node-internal-ip-address", false,
|
||||
`Defines if the nodes IP address to be returned in the ingress status should be the internal instead of the external IP address`)
|
||||
|
|
Loading…
Reference in a new issue