From 92ae3195b7a6bf5e1d565b9567d1a19187e163b4 Mon Sep 17 00:00:00 2001 From: Billy Zha Date: Fri, 16 Sep 2022 14:42:25 +0800 Subject: [PATCH] fix: correct help doc description for file Signed-off-by: Billy Zha --- cmd/oras/attach.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/oras/attach.go b/cmd/oras/attach.go index 59da666f9..3254375b6 100644 --- a/cmd/oras/attach.go +++ b/cmd/oras/attach.go @@ -44,7 +44,7 @@ type attachOptions struct { func attachCmd() *cobra.Command { var opts attachOptions cmd := &cobra.Command{ - Use: "attach name<:tag|@digest> file[:type] [file...]", + Use: "attach name<:tag|@digest> [file[:type]...]", Short: "[Preview] Attach files to an existing artifact", Long: `[Preview] Attach files to an existing artifact