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 bd2f6ef commit 13fccb2Copy full SHA for 13fccb2
src/bin/cargo/commands/owner.rs
@@ -11,9 +11,9 @@ pub fn cli() -> Command {
11
.args_conflicts_with_subcommands(true)
12
.override_usage(
13
"\
14
- cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
15
- cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
16
- cargo owner list [CRATE_NAME] [OPTIONS]",
+ cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
+ cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
+ cargo[EXE] owner list [CRATE_NAME] [OPTIONS]",
17
)
18
.arg(
19
multi_opt(
0 commit comments