mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
fix typo in kubeadm join -h
This commit is contained in:
parent
81d9e7f68a
commit
71aeea22a9
@ -122,7 +122,7 @@ func NewCmdJoin(out io.Writer) *cobra.Command {
|
||||
|
||||
cmd.PersistentFlags().BoolVar(
|
||||
&skipPreFlight, "skip-preflight-checks", false,
|
||||
"skip preflight checks normally run before modifying the system",
|
||||
"Skip preflight checks normally run before modifying the system",
|
||||
)
|
||||
|
||||
return cmd
|
||||
|
Loading…
Reference in New Issue
Block a user