Reword misleading help text for kubectl patch

This commit is contained in:
Jeff Lowdermilk
2015-11-10 11:55:20 -08:00
parent 18c74de9a8
commit 6868382072
4 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ func NewCmdPatch(f *cmdutil.Factory, out io.Writer) *cobra.Command {
cmd := &cobra.Command{
Use: "patch (-f FILENAME | TYPE NAME) -p PATCH",
Short: "Update field(s) of a resource by stdin.",
Short: "Update field(s) of a resource using strategic merge patch.",
Long: patch_long,
Example: patch_example,
Run: func(cmd *cobra.Command, args []string) {