From b42567acfc144bd0833e6436a49f95523274cfce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Fri, 26 Feb 2016 14:43:56 +0100 Subject: [PATCH] add missing verb --- command/init.go | 8 ++++---- command/rekey.go | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/command/init.go b/command/init.go index 7afd0afb24..5e66e391f9 100644 --- a/command/init.go +++ b/command/init.go @@ -127,10 +127,10 @@ Init Options: public PGP keys, or Keybase usernames specified as "keybase:". 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) } diff --git a/command/rekey.go b/command/rekey.go index 326837fd0e..0cdf842618 100644 --- a/command/rekey.go +++ b/command/rekey.go @@ -338,10 +338,10 @@ Rekey Options: public PGP keys, or Keybase usernames specified as "keybase:". 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