Skip to content

Commit c45bc1d

Browse files
authored
Merge pull request #30266 from RichieMcG/patch-1
Revert an incorrect fix
2 parents 069a17c + a7a4745 commit c45bc1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ ETCDCTL_API=3 etcdctl --endpoints 10.2.0.9:2379 snapshot restore snapshotdb
327327
```
328328
Another example for restoring using etcdutl options:
329329
```shell
330-
ETCDCTL_API=3 etcdctl --data-dir <data-dir-location> snapshot restore snapshotdb
330+
ETCDCTL_API=3 etcdutl --data-dir <data-dir-location> snapshot restore snapshotdb
331331
```
332332

333333
For more information and examples on restoring a cluster from a snapshot file, see

0 commit comments

Comments
 (0)