Skip to content

Commit

Permalink
Add warning info for deprecated -id parameter
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Glass <[email protected]>
  • Loading branch information
skpratt and Paul Glass committed Feb 7, 2023
1 parent eaf8d5f commit 55f27c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/acl/token/clone/token_clone.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
}

Expand Down

0 comments on commit 55f27c4

Please sign in to comment.