Add "EXPERIMENTAL" to the option description

This commit is contained in:
Angus Lees 2018-08-27 12:33:55 +10:00
parent 16e46c8afd
commit 7e7712449b

View File

@ -108,6 +108,6 @@ func NewKubeadmCommand(in io.Reader, out, err io.Writer) *cobra.Command {
func AddKubeadmOtherFlags(flagSet *pflag.FlagSet, rootfsPath *string) {
flagSet.StringVar(
rootfsPath, "rootfs", *rootfsPath,
"The path to the 'real' host root filesystem.",
"[EXPERIMENTAL] The path to the 'real' host root filesystem.",
)
}