diff --git a/cmd/crane/cmd/tag.go b/cmd/crane/cmd/tag.go index 9af803a65..eb2ba2f83 100644 --- a/cmd/crane/cmd/tag.go +++ b/cmd/crane/cmd/tag.go @@ -24,7 +24,9 @@ func NewCmdTag(options *[]crane.Option) *cobra.Command { return &cobra.Command{ Use: "tag IMG TAG", Short: "Efficiently tag a remote image", - Long: `This differs slightly from the "copy" command in a couple subtle ways: + Long: `Tag remote image without downloading it. + +This differs slightly from the "copy" command in a couple subtle ways: 1. You don't have to specify the entire repository for the tag you're adding. For example, these two commands are functionally equivalent: ` + "```" + ` diff --git a/cmd/crane/doc/crane_tag.md b/cmd/crane/doc/crane_tag.md index 5433467f5..dcb2e3129 100644 --- a/cmd/crane/doc/crane_tag.md +++ b/cmd/crane/doc/crane_tag.md @@ -4,6 +4,8 @@ Efficiently tag a remote image ### Synopsis +Tag remote image without downloading it. + This differs slightly from the "copy" command in a couple subtle ways: 1. You don't have to specify the entire repository for the tag you're adding. For example, these two commands are functionally equivalent: