mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix improperly formatted help output strings (#6414)
This commit is contained in:
committed by
Calvin Leung Huang
parent
dcfdb3d5d5
commit
8de190f31d
@@ -85,7 +85,7 @@ func (c *TokenCreateCommand) Flags() *FlagSets {
|
||||
Target: &c.flagTTL,
|
||||
Completion: complete.PredictAnything,
|
||||
Usage: "Initial TTL to associate with the token. Token renewals may be " +
|
||||
"able to extend beyond this value, depending on the configured maximum" +
|
||||
"able to extend beyond this value, depending on the configured maximum " +
|
||||
"TTLs. This is specified as a numeric string with suffix like \"30s\" " +
|
||||
"or \"5m\".",
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user