Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 732f892

Browse files
committed
Nit: align with docker/cli non-pluralization
Signed-off-by: Simon Ferquel <[email protected]>
1 parent 146b8b4 commit 732f892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/push.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func pushCmd(dockerCli command.Cli) *cobra.Command {
4444
}
4545
flags := cmd.Flags()
4646
flags.StringVarP(&opts.tag, "tag", "t", "", "Target registry reference (default: <name>:<version> from metadata)")
47-
flags.StringSliceVar(&opts.platforms, "platforms", nil, "For multi-arch service images, only push the sepcified platforms")
47+
flags.StringSliceVar(&opts.platforms, "platform", nil, "For multi-arch service images, only push the specified platforms")
4848
opts.registry.addFlags(flags)
4949
return cmd
5050
}

0 commit comments

Comments
 (0)