mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Fix typo in the documentation (#7938)
This commit is contained in:
@@ -126,7 +126,7 @@ func (c *OperatorInitCommand) Flags() *FlagSets {
|
|||||||
"the format \"keybase:<username>\". When supplied, the generated " +
|
"the format \"keybase:<username>\". When supplied, the generated " +
|
||||||
"unseal keys will be encrypted and base64-encoded in the order " +
|
"unseal keys will be encrypted and base64-encoded in the order " +
|
||||||
"specified in this list. The number of entries must match -key-shares, " +
|
"specified in this list. The number of entries must match -key-shares, " +
|
||||||
"unless -store-shares are used.",
|
"unless -stored-shares are used.",
|
||||||
})
|
})
|
||||||
|
|
||||||
f.VarFlag(&VarFlag{
|
f.VarFlag(&VarFlag{
|
||||||
|
|||||||
@@ -84,7 +84,7 @@ flags](/docs/commands/index.html) included on all commands.
|
|||||||
containing public GPG keys OR a comma-separated list of Keybase usernames
|
containing public GPG keys OR a comma-separated list of Keybase usernames
|
||||||
using the format `keybase:<username>`. When supplied, the generated unseal
|
using the format `keybase:<username>`. When supplied, the generated unseal
|
||||||
keys will be encrypted and base64-encoded in the order specified in this list.
|
keys will be encrypted and base64-encoded in the order specified in this list.
|
||||||
The number of entries must match -key-shares, unless -store-shares are used.
|
The number of entries must match -key-shares, unless -stored-shares are used.
|
||||||
|
|
||||||
- `-root-token-pgp-key` `(string: "")` - Path to a file on disk containing a
|
- `-root-token-pgp-key` `(string: "")` - Path to a file on disk containing a
|
||||||
binary or base64-encoded public GPG key. This can also be specified as a
|
binary or base64-encoded public GPG key. This can also be specified as a
|
||||||
|
|||||||
Reference in New Issue
Block a user