From 55f27c43711214027c15a58a5bcb6e3031b834ec Mon Sep 17 00:00:00 2001 From: skpratt Date: Tue, 7 Feb 2023 11:55:24 -0600 Subject: [PATCH] Add warning info for deprecated -id parameter Co-authored-by: Paul Glass --- command/acl/token/clone/token_clone.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/acl/token/clone/token_clone.go b/command/acl/token/clone/token_clone.go index b3c00666f93e9..aae26ff37beb0 100644 --- a/command/acl/token/clone/token_clone.go +++ b/command/acl/token/clone/token_clone.go @@ -67,7 +67,7 @@ func (c *cmd) Run(args []string) int { return 1 } else { tokenAccessor = c.tokenID - c.UI.Warn("Use the -accessor-id parameter to specify token by Accessor ID.") + c.UI.Warn("The -id parameter is deprecated. Use the -accessor-id parameter instead.") } }