Skip to content

Commit f30efdd

Browse files
authored
spelling: entrypoing->entrypoint (google#1176)
Signed-off-by: vsoch <[email protected]> Co-authored-by: vsoch <[email protected]>
1 parent 542cd56 commit f30efdd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/crane/cmd/mutate.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func NewCmdMutate(options *[]crane.Option) *cobra.Command {
120120
}
121121
mutateCmd.Flags().StringSliceVarP(&anntns, "annotation", "a", nil, "New annotations to add")
122122
mutateCmd.Flags().StringSliceVarP(&lbls, "label", "l", nil, "New labels to add")
123-
mutateCmd.Flags().StringVar(&entrypoint, "entrypoint", "", "New entrypoing to set")
123+
mutateCmd.Flags().StringVar(&entrypoint, "entrypoint", "", "New entrypoint to set")
124124
mutateCmd.Flags().StringVarP(&newRef, "tag", "t", "", "New tag to apply to mutated image. If not provided, push by digest to the original image repository.")
125125
return mutateCmd
126126
}

cmd/crane/doc/crane_mutate.md

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)