We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7710669 commit f0c9809Copy full SHA for f0c9809
content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md
@@ -325,9 +325,9 @@ Here is an example:
325
```shell
326
ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
327
```
328
-Another example for restoring using etcdutl options:
+Another example for restoring using etcdctl options:
329
330
-ETCDCTL_API=3 etcdutl --data-dir <data-dir-location> snapshot restore snapshotdb
+ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
331
332
333
For more information and examples on restoring a cluster from a snapshot file, see
0 commit comments