Skip to content

Commit

Permalink
Declate the removal of --archive-entries (#2734)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Oct 23, 2024
1 parent 4c756b7 commit b16ec76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/cliutils/commandsflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ var flagsMap = map[string]cli.Flag{
},
archiveEntries: cli.StringFlag{
Name: archiveEntries,
Usage: "[Optional] If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts. This option stopped being supported since version 7.90.5 for Artifactory.` `",
Usage: "[Optional] This option is no longer supported since version 7.90.5 of Artifactory. If specified, only archive artifacts containing entries matching this pattern are matched. You can use wildcards to specify multiple artifacts.` `",
},
detailedSummary: cli.BoolFlag{
Name: detailedSummary,
Expand Down

0 comments on commit b16ec76

Please sign in to comment.