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. `