Skip to content

Commit

Permalink
Merge pull request #10850 from Koprvhdix/role-remove-document-fix
Browse files Browse the repository at this point in the history
Documentation: change `etcdctl role remove` to `etcdctl role delete`
  • Loading branch information
xiang90 authored Jul 1, 2019
2 parents d506962 + c34de2a commit 1f40b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/op-guide/authentication.md
Original file line number Diff line number Diff line change
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 1f40b66

Please sign in to comment.