From daa5b9c1b5db9b7c9b16837b5f1c829ae4baf4e8 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 27 May 2015 14:33:58 -0700 Subject: [PATCH] vault: physical -> storage for clarity --- vault/logical_passthrough.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/logical_passthrough.go b/vault/logical_passthrough.go index aff705e67..6c6796260 100644 --- a/vault/logical_passthrough.go +++ b/vault/logical_passthrough.go @@ -160,7 +160,7 @@ revoke and/or replace the secret at that path. ` const passthroughHelpSynopsis = ` -Pass-through secret storage to the physical backend, allowing you to +Pass-through secret storage to the storage backend, allowing you to read/write arbitrary data into secret storage. `