Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
heisen-li committed Nov 25, 2023
1 parent bd2f6ef commit 13fccb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/bin/cargo/commands/owner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ pub fn cli() -> Command {
.args_conflicts_with_subcommands(true)
.override_usage(
"\
cargo owner add <OWNER_NAME> [CRATE_NAME] [OPTIONS]
cargo owner remove <OWNER_NAME> [CRATE_NAME] [OPTIONS]
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]",
)
.arg(
multi_opt(
Expand Down

0 comments on commit 13fccb2

Please sign in to comment.