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
release-3.4
Clockworkai 2019-06-26 09:03:08 +08:00
parent 948e276ca7
commit c34de2aef4
1 changed files with 1 additions and 1 deletions

View File

@ -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