Help text: update token create help about id value (#7792)
- Token id is no longer a 36 character UUID
This commit is contained in:
parent
873e80445c
commit
a55c0908ff
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue