Skip to content

Commit

Permalink
Documentation: change etcdctl role remove to etcdctl role delete
Browse files Browse the repository at this point in the history
This is a document error. With running `etcdctl role --help`, we can find that it should be delete, not remove.

Fixes #10849
  • Loading branch information
Koprvhdix committed Jun 26, 2019
1 parent 948e276 commit c34de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/authentication.md
Expand Up @@ -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
Expand Down

0 comments on commit c34de2a

Please sign in to comment.