From 3e8d78fd5cecd3118d4a61f60e282af4b801a09b Mon Sep 17 00:00:00 2001 From: Sha Date: Fri, 29 Jul 2016 16:42:32 +0800 Subject: [PATCH] Update index.md typo fix `etcd get foo` => `etcdctl get foo` --- docs/admin/high-availability/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/high-availability/index.md b/docs/admin/high-availability/index.md index 01ded6eb05..d7932e47ca 100644 --- a/docs/admin/high-availability/index.md +++ b/docs/admin/high-availability/index.md @@ -111,7 +111,7 @@ and etcdctl cluster-health ``` -You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcd get foo` +You can also validate that this is working with `etcdctl set foo bar` on one node, and `etcdctl get foo` on a different node. ### Even more reliable storage