docs: Add .tgz to snapshot restore example (#6476)

pull/6493/head
Blake Covarrubias 2019-09-12 18:40:15 -07:00 committed by Blake Covarrubias
parent 7ccaa13514
commit 257aeb7929
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ The table below shows this endpoint's support for
```text
$ curl \
--request PUT \
--data-binary @snapshot \
--data-binary @snapshot.tgz \
http://127.0.0.1:8500/v1/snapshot
```