From e921e0a6a66677884bacc815335d498e702aae23 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Tue, 5 Nov 2019 14:16:25 -0500 Subject: [PATCH] Help text: update token create help about id value - Token id is no longer a 36 character UUID --- command/token_create.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/token_create.go b/command/token_create.go index 3192cd9f282a..10b4e92dfdac 100644 --- a/command/token_create.go +++ b/command/token_create.go @@ -69,8 +69,8 @@ func (c *TokenCreateCommand) Flags() *FlagSets { Name: "id", Target: &c.flagID, Completion: complete.PredictAnything, - Usage: "Value for the token. By default, this is an auto-generated 36 " + - "character UUID. Specifying this value requires sudo permissions.", + Usage: "Value for the token. By default, this is an auto-generated " + + "string. Specifying this value requires sudo permissions.", }) f.StringVar(&StringVar{