From c34de2aef4cb7c1592cf7487e6e6314571c3bf65 Mon Sep 17 00:00:00 2001 From: Clockworkai Date: Wed, 26 Jun 2019 09:03:08 +0800 Subject: [PATCH] Documentation: change `etcdctl role remove` to `etcdctl role delete` This is a document error. With running `etcdctl role --help`, we can find that it should be delete, not remove. Fixes #10849 --- Documentation/op-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/op-guide/authentication.md b/Documentation/op-guide/authentication.md index 13aaa37a8..879a1166a 100644 --- a/Documentation/op-guide/authentication.md +++ b/Documentation/op-guide/authentication.md @@ -119,7 +119,7 @@ $ etcdctl role revoke-permission myrolename /foo/bar As is removing a role entirely: ``` -$ etcdctl role remove myrolename +$ etcdctl role delete myrolename ``` ## Enabling authentication