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

This commit is contained in:
Blake Covarrubias 2019-09-12 18:40:15 -07:00 committed by Blake Covarrubias
parent edf5347d3c
commit 2888e444c2
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
```