Skip to content

Commit 5522aab

Browse files
authored
Correct flag name: -dev-kv-v1, not dev-kv-1. (#13250)
1 parent 783a9e5 commit 5522aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

website/content/docs/concepts/dev-server.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ flags or by specifying a configuration file):
4343
seal/unseal, then only the single outputted key is required.
4444

4545
- **Key Value store mounted** - A v2 KV secret engine is mounted at
46-
`secret/`. Please be aware that there are differences with v1 KV. If you want to use v1, use this flag `-dev-kv-1`.
46+
`secret/`. Please be aware that there are differences with v1 KV.
47+
If you want to use v1, use this flag `-dev-kv-v1`.
4748

4849
## Use Case
4950

0 commit comments

Comments
 (0)