From c28be19f81cc7e369965ff5c2a9e2e589912a346 Mon Sep 17 00:00:00 2001 From: Laurent Godet <1172558+lostick@users.noreply.github.com> Date: Wed, 11 Sep 2019 14:20:49 +0100 Subject: [PATCH] Fix kv destroy command (#7461) --- website/source/docs/commands/kv/destroy.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/commands/kv/destroy.html.md b/website/source/docs/commands/kv/destroy.html.md index 3f0fce38bb..18a3187d63 100644 --- a/website/source/docs/commands/kv/destroy.html.md +++ b/website/source/docs/commands/kv/destroy.html.md @@ -13,7 +13,7 @@ description: |- ~> **NOTE:** This is a [K/V Version 2](/docs/secrets/kv/kv-v2.html) secrets engine command, and not available for Version 1. -The `secrets enable` command permanently removes the specified versions' data +The `kv destroy` command permanently removes the specified versions' data from the key/value secrets engine. If no key exists at the path, no action is taken.