Skip to content

Commit 8ffba14

Browse files
author
Guangming Wang
committed
Cleanup: fix typo in flag help message
Signed-off-by: Guangming Wang <[email protected]>
1 parent c008cf9 commit 8ffba14

File tree

1 file changed

+1
-1
lines changed
  • test/images/agnhost/inclusterclient

1 file changed

+1
-1
lines changed

test/images/agnhost/inclusterclient/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This subcommand can also be used to validate token rotation.`,
4848

4949
func init() {
5050
CmdInClusterClient.Flags().IntVar(&pollInterval, "poll-interval", 30,
51-
"poll interval of call to /healhtz in seconds")
51+
"poll interval of call to /healthz in seconds")
5252
}
5353

5454
func main(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)