mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user