Change next major release of Vault to 0.11 or later to make it less scary

This commit is contained in:
Jeff Mitchell
2018-01-17 19:31:52 -05:00
parent a60d27dbbe
commit 9a7c7a88a3
5 changed files with 17 additions and 23 deletions

View File

@@ -88,8 +88,7 @@ func (c *DeprecatedCommand) Run(args []string) int {
func (c *DeprecatedCommand) warn() {
c.UI.Warn(wrapAtLength(fmt.Sprintf(
"WARNING! The \"vault %s\" command is deprecated. Please use \"vault %s\" "+
"instead. This command will be removed in the next major release of "+
"Vault.",
"instead. This command will be removed in Vault 0.11 (or later).",
c.Old,
c.New)))
c.UI.Warn("")