diff --git a/cmd/oras/root/push.go b/cmd/oras/root/push.go index d3d7d9cd1..1e5baaabe 100644 --- a/cmd/oras/root/push.go +++ b/cmd/oras/root/push.go @@ -52,7 +52,8 @@ type pushOptions struct { manifestConfigRef string artifactType string concurrency int - verbose bool // deprecated + // Deprecated: verbose is deprecated and will be removed in the future. + verbose bool } func pushCmd() *cobra.Command {