From c6b5683907ef6de40d15635969d723818857cc62 Mon Sep 17 00:00:00 2001
From: Martin Hristov <mhristov@hashicorp.com>
Date: Wed, 9 Dec 2020 17:50:47 +0200
Subject: [PATCH] Update raft.mdx

---
 website/pages/api-docs/system/storage/raft.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/pages/api-docs/system/storage/raft.mdx b/website/pages/api-docs/system/storage/raft.mdx
index beda167ca..7cd450057 100644
--- a/website/pages/api-docs/system/storage/raft.mdx
+++ b/website/pages/api-docs/system/storage/raft.mdx
@@ -173,7 +173,7 @@ it. Unavailable if Raft is used exclusively for `ha_storage`.
 $ curl \
     --header "X-Vault-Token: ..." \
     --request POST \
-    -- data-binary @raft.snap
+    --data-binary @raft.snap \
     http://127.0.0.1:8200/v1/sys/storage/raft/snapshot
 ```
 
-- 
GitLab