fix typo in kubeadm join -h

This commit is contained in:
Charlie R.C 2017-03-27 01:44:07 -05:00 committed by GitHub
parent 81d9e7f68a
commit 71aeea22a9

View File

@ -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