Skip to content

Commit 13fccb2

Browse files
committed
fix test
1 parent bd2f6ef commit 13fccb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/cargo/commands/owner.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ pub fn cli() -> Command {
1111
.args_conflicts_with_subcommands(true)
1212
.override_usage(
1313
"\
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]",
14+
cargo[EXE] owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
15+
cargo[EXE] owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
16+
cargo[EXE] owner list [CRATE_NAME] [OPTIONS]",
1717
)
1818
.arg(
1919
multi_opt(

0 commit comments

Comments
 (0)