mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-18 16:47:25 -04:00
Cleanup: fix typo in flag help message
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
parent
c008cf95a9
commit
8ffba14ce4
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ This subcommand can also be used to validate token rotation.`,
|
|||
|
||||
func init() {
|
||||
CmdInClusterClient.Flags().IntVar(&pollInterval, "poll-interval", 30,
|
||||
"poll interval of call to /healhtz in seconds")
|
||||
"poll interval of call to /healthz in seconds")
|
||||
}
|
||||
|
||||
func main(cmd *cobra.Command, args []string) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue