Skip to content

Commit

Permalink
use editor instead of admin in tctl usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex McGrath committed Jun 28, 2022
1 parent 57636bd commit f0fbf60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tool/tctl/common/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const (
Examples:
> tctl users add --roles=admin,dba joe
> tctl users add --roles=editor,dba joe
This creates a Teleport account 'joe' who will assume the roles 'admin' and 'dba'
To see the permissions of 'admin' role, execute 'tctl get role/admin'
This creates a Teleport account 'joe' who will assume the roles 'editor' and 'dba'
To see the permissions of 'editor' role, execute 'tctl get role/editor'
`

AddNodeHelp = `Notes:
Expand Down

0 comments on commit f0fbf60

Please sign in to comment.