mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #81790 from ethan-daocloud/typo-terminator
Cleanup: fix typo in flag help message
This commit is contained in:
commit
61aa39a25b
@ -48,7 +48,7 @@ This subcommand can also be used to validate token rotation.`,
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
CmdInClusterClient.Flags().IntVar(&pollInterval, "poll-interval", 30,
|
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) {
|
func main(cmd *cobra.Command, args []string) {
|
||||||
|
Loading…
Reference in New Issue
Block a user