@@ -151,21 +151,21 @@ $ cargo owner --remove github:rust-lang:owners
151151
152152The owner IDs given to these commands must be GitHub user names or GitHub teams.
153153
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
155155full rights to the crate. In addition to being able to publish or yank versions
156156of the crate, they have the ability to add or remove owners, * including* the
157157owner that made * them* an owner. Needless to say, you shouldn’t make people you
158158don’t fully trust into a named owner. In order to become a named owner, a user
159159must have logged into [ crates.io] previously.
160160
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
162162restricted right to the crate. While they have permission to publish or yank
163163versions of the crate, they * do not* have the ability to add or remove owners.
164164In addition to being more convenient for managing groups of owners, teams are
165165just a bit more secure against owners becoming malicious.
166166
167167The 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
169169such restriction applies to removing a team as an owner.
170170
171171### GitHub permissions
0 commit comments