From c7b157bf4c5abefee3649446149d1d75b90ba51c Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Tue, 27 Sep 2022 11:48:37 +0800 Subject: [PATCH] fix: capitalize the short and log doc for tag command Signed-off-by: Billy Zha --- cmd/oras/tag/tag.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/oras/tag/tag.go b/cmd/oras/tag/tag.go index 10c6a5dc0..4680c5585 100644 --- a/cmd/oras/tag/tag.go +++ b/cmd/oras/tag/tag.go @@ -36,8 +36,8 @@ func TagCmd() *cobra.Command { var opts tagOptions cmd := &cobra.Command{ Use: "tag [flags] {:|@} [...]", - Short: "[Preview] tag a manifest in the remote registry", - Long: `[Preview] tag a manifest in the remote registry + Short: "[Preview] Tag a manifest in the remote registry", + Long: `[Preview] Tag a manifest in the remote registry ** This command is in preview and under development. **