File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ pub fn cli() -> Command {
38
38
. value_delimiter ( ',' )
39
39
. value_name ( "OWNER_NAME" )
40
40
. hide ( true )
41
- . help ( "Name of the owner you want to invite" )
41
+ . help ( "Name of the owner you want to invite" ) ,
42
42
)
43
43
. args ( add_registry_args ( ) )
44
44
. override_usage ( color_print:: cstr!(
@@ -52,7 +52,7 @@ pub fn cli() -> Command {
52
52
. value_delimiter ( ',' )
53
53
. value_name ( "OWNER_NAME" )
54
54
. hide ( true )
55
- . help ( "Name of the owner you want to remove" )
55
+ . help ( "Name of the owner you want to remove" ) ,
56
56
)
57
57
. args ( add_registry_args ( ) )
58
58
. override_usage ( color_print:: cstr!(
@@ -76,8 +76,7 @@ pub fn cli() -> Command {
76
76
77
77
fn add_registry_args ( ) -> [ Arg ; 4 ] {
78
78
[
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" ) ,
81
80
opt ( "index" , "Registry index URL to modify owners for" )
82
81
. value_name ( "INDEX" )
83
82
. conflicts_with ( "registry" ) ,
You can’t perform that action at this time.
0 commit comments