Skip to content

Commit

Permalink
fix: correct help doc description for file (#572)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored Sep 16, 2022
1 parent b1415c0 commit d260803
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 d260803

Please sign in to comment.