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 b01c084 commit 3e1914eCopy full SHA for 3e1914e
tests/testsuite/cargo_owner/help/stdout.log
@@ -1,9 +1,9 @@
1
Manage the owners of a crate on the registry
2
3
Usage: cargo[EXE] owner [OPTIONS]
4
- cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
5
- cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
6
- cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
+ cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
+ cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
+ cargo owner list [CRATE_NAME] [OPTIONS]
7
8
Options:
9
--index <INDEX> Registry index URL to modify owners for
tests/testsuite/cargo_owner/list_help/stdout.log
@@ -1,6 +1,6 @@
List owners of a crate
-Usage: cargo[EXE] owner list [CRATE_NAME] [OPTIONS]
+Usage: cargo owner list [CRATE_NAME] [OPTIONS]
--crate <CRATE_NAME> Crate name that you want to manage the owner
0 commit comments