Help text: update token create help about id value (#7792)

- Token id is no longer a 36 character UUID
This commit is contained in:
Brian Shumate 2019-11-05 18:50:20 -05:00 committed by Calvin Leung Huang
parent 873e80445c
commit a55c0908ff
1 changed files with 2 additions and 2 deletions

View File

@ -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{