mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00: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
@ -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