From 2a71cf4f0bd2ab4f1dda245abf87e1e331f088fc 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 aff705e67c..6c6796260d 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. `