Skip to content

Commit d47117c

Browse files
Update cmd/crane/cmd/mutate.go
Co-authored-by: Jon Johnson <[email protected]>
1 parent 45f019e commit d47117c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/crane/cmd/mutate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func NewCmdMutate(options *[]crane.Option) *cobra.Command {
182182
mutateCmd.Flags().StringSliceVar(&newLayers, "append", []string{}, "Path to tarball to append to image")
183183
mutateCmd.Flags().StringVarP(&user, "user", "u", "", "New user to set")
184184
mutateCmd.Flags().StringVarP(&workdir, "workdir", "w", "", "New working dir to set")
185-
mutateCmd.Flags().StringSliceVar(&ports, "ports", nil, "New ports to set")
185+
mutateCmd.Flags().StringSliceVar(&ports, "exposed-ports", nil, "New ports to expose")
186186
return mutateCmd
187187
}
188188

0 commit comments

Comments
 (0)