Skip to content

Commit 0987b72

Browse files
committed
resolve conflict
1 parent 97d2596 commit 0987b72

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/bin/cargo/commands/owner.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pub fn cli() -> Command {
3838
.value_delimiter(',')
3939
.value_name("OWNER_NAME")
4040
.hide(true)
41-
.help("Name of the owner you want to invite")
41+
.help("Name of the owner you want to invite"),
4242
)
4343
.args(add_registry_args())
4444
.override_usage(color_print::cstr!(
@@ -52,7 +52,7 @@ pub fn cli() -> Command {
5252
.value_delimiter(',')
5353
.value_name("OWNER_NAME")
5454
.hide(true)
55-
.help("Name of the owner you want to remove")
55+
.help("Name of the owner you want to remove"),
5656
)
5757
.args(add_registry_args())
5858
.override_usage(color_print::cstr!(
@@ -76,8 +76,7 @@ pub fn cli() -> Command {
7676

7777
fn add_registry_args() -> [Arg; 4] {
7878
[
79-
opt("crate", "Crate name that you want to manage the owner")
80-
.value_name("CRATE_NAME"),
79+
opt("crate", "Crate name that you want to manage the owner").value_name("CRATE_NAME"),
8180
opt("index", "Registry index URL to modify owners for")
8281
.value_name("INDEX")
8382
.conflicts_with("registry"),

0 commit comments

Comments
 (0)