From 54347da422543e2e7f5d9dcdf24811e78817c8f9 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Mon, 12 Sep 2016 16:20:21 -0400 Subject: [PATCH] Update text of init/rekey around recovery values --- command/init.go | 6 +++--- command/rekey.go | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/command/init.go b/command/init.go index 3ea9bbacda..91b8d6b754 100644 --- a/command/init.go +++ b/command/init.go @@ -304,13 +304,13 @@ Init Options: unseal key. -recovery-shares=5 The number of key shares to split the recovery key - into. This is not normally available. + into. Only used with Vault HSM. -recovery-threshold=3 The number of key shares required to reconstruct - the recovery key. This is not normally available. + the recovery key. Only used with Vault HSM. -recovery-pgp-keys If provided, behaves like "pgp-keys" but for the - recovery key shares. This is not normally available. + recovery key shares. Only used with Vault HSM. -auto If set, performs service discovery using Consul. When all the nodes of a Vault cluster are diff --git a/command/rekey.go b/command/rekey.go index e0163bd5b7..90f4596f8c 100644 --- a/command/rekey.go +++ b/command/rekey.go @@ -414,7 +414,7 @@ Rekey Options: 'sys/rekey/backup' endpoint. -recovery-key=false Whether to rekey the recovery key instead of the - barrier key. This is not normally available. + barrier key. Only used with Vault HSM. ` return strings.TrimSpace(helpText) }