From b16ec76d589dd1071ed8c8e632acedf10a75cae3 Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Wed, 23 Oct 2024 07:31:56 +0300 Subject: [PATCH] Declate the removal of --archive-entries (#2734) --- utils/cliutils/commandsflags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/cliutils/commandsflags.go b/utils/cliutils/commandsflags.go index 9d4842b7f..a93fb65d0 100644 --- a/utils/cliutils/commandsflags.go +++ b/utils/cliutils/commandsflags.go @@ -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,