add missing verb

This commit is contained in:
Grégoire Paris 2016-02-26 14:43:56 +01:00
parent a2359d054c
commit b42567acfc
2 changed files with 8 additions and 8 deletions

View file

@ -127,10 +127,10 @@ Init Options:
public PGP keys, or Keybase usernames specified as
"keybase:<username>". The number of given entries
must match 'key-shares'. The output unseal keys will
encrypted and hex-encoded, in order, with the given
public keys. If you want to use them with the 'vault
unseal' command, you will need to hex decode and
decrypt; this will be the plaintext unseal key.
be encrypted and hex-encoded, in order, with the
given public keys. If you want to use them with the
'vault unseal' command, you will need to hex decode
and decrypt; this will be the plaintext unseal key.
`
return strings.TrimSpace(helpText)
}

View file

@ -338,10 +338,10 @@ Rekey Options:
public PGP keys, or Keybase usernames specified as
"keybase:<username>". The number of given entries
must match 'key-shares'. The output unseal keys will
encrypted and hex-encoded, in order, with the given
public keys. If you want to use them with the 'vault
unseal' command, you will need to hex decode and
decrypt; this will be the plaintext unseal key.
be encrypted and hex-encoded, in order, with the
given public keys. If you want to use them with the
'vault unseal' command, you will need to hex decode
and decrypt; this will be the plaintext unseal key.
-backup=false If true, and if the key shares are PGP-encrypted, a
plaintext backup of the PGP-encrypted keys will be