@@ -151,21 +151,21 @@ $ cargo owner --remove github:rust-lang:owners
151
151
152
152
The owner IDs given to these commands must be GitHub user names or GitHub teams.
153
153
154
- If a user name is given to ` --add ` , that user becomes a “named” owner, with
154
+ If a user name is given to ` --add ` , that user is invited as a “named” owner, with
155
155
full rights to the crate. In addition to being able to publish or yank versions
156
156
of the crate, they have the ability to add or remove owners, * including* the
157
157
owner that made * them* an owner. Needless to say, you shouldn’t make people you
158
158
don’t fully trust into a named owner. In order to become a named owner, a user
159
159
must have logged into [ crates.io] previously.
160
160
161
- If a team name is given to ` --add ` , that team becomes a “team” owner, with
161
+ If a team name is given to ` --add ` , that team is invited as a “team” owner, with
162
162
restricted right to the crate. While they have permission to publish or yank
163
163
versions of the crate, they * do not* have the ability to add or remove owners.
164
164
In addition to being more convenient for managing groups of owners, teams are
165
165
just a bit more secure against owners becoming malicious.
166
166
167
167
The syntax for teams is currently ` github:org:team ` (see examples above).
168
- In order to add a team as an owner one must be a member of that team. No
168
+ In order to invite a team as an owner one must be a member of that team. No
169
169
such restriction applies to removing a team as an owner.
170
170
171
171
### GitHub permissions
0 commit comments