Commit 71aeea22 authored by Charlie R.C's avatar Charlie R.C Committed by GitHub

fix typo in kubeadm join -h

parent 81d9e7f6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment