remove --api-version

This commit is contained in:
xilabao
2017-05-19 10:29:27 +08:00
parent 7f183142de
commit e0b4f3f73c
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ func NewCmdExplain(f cmdutil.Factory, out, cmdErr io.Writer) *cobra.Command {
},
}
cmd.Flags().Bool("recursive", false, "Print the fields of fields (Currently only 1 level deep)")
cmd.Flags().String("api-version", "", "The API version to use when talking to the server")
cmd.Flags().String("api-version", "", "Get different explanations for particular API version")
cmdutil.AddInclude3rdPartyFlags(cmd)
return cmd
}