浏览代码

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
Clockworkai 6 年之前
父节点
当前提交
c34de2aef4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/op-guide/authentication.md

+ 1 - 1
Documentation/op-guide/authentication.md

@@ -119,7 +119,7 @@ $ etcdctl role revoke-permission myrolename /foo/bar
 As is removing a role entirely:
 As is removing a role entirely:
 
 
 ```
 ```
-$ etcdctl role remove myrolename
+$ etcdctl role delete myrolename
 ```
 ```
 
 
 ## Enabling authentication
 ## Enabling authentication