Skip to content

Commit

Permalink
fix: correct help doc description for file (oras-project#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <jinzha1@microsoft.com>
  • Loading branch information
qweeah authored and Terry Howe committed Feb 2, 2023
1 parent ea3bc31 commit 4d0ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/oras/attach.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d0ca5b

Please sign in to comment.