From 8ffba14ce48a4e8d29b24a98a3f736981df7ba2f Mon Sep 17 00:00:00 2001 From: Guangming Wang Date: Thu, 22 Aug 2019 22:58:18 +0800 Subject: [PATCH] Cleanup: fix typo in flag help message Signed-off-by: Guangming Wang --- test/images/agnhost/inclusterclient/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/images/agnhost/inclusterclient/main.go b/test/images/agnhost/inclusterclient/main.go index 2ea9959d606..705499d77e2 100644 --- a/test/images/agnhost/inclusterclient/main.go +++ b/test/images/agnhost/inclusterclient/main.go @@ -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) {