Cleanup: fix typo in flag help message

Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
Guangming Wang 2019-08-22 22:58:18 +08:00
parent c008cf95a9
commit 8ffba14ce4

View File

@ -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) {