We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da4b4d commit 0255a5eCopy full SHA for 0255a5e
src/doc/src/reference/publishing.md
@@ -164,8 +164,8 @@ may change over time! The owner of a crate is the only person allowed to publish
164
new versions of the crate, but an owner may designate additional owners.
165
166
```console
167
-$ cargo owner --add my-buddy
168
-$ cargo owner --remove my-buddy
+$ cargo owner --add github-handle
+$ cargo owner --remove github-handle
169
$ cargo owner --add github:rust-lang:owners
170
$ cargo owner --remove github:rust-lang:owners
171
```
0 commit comments