Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c4fd00f

Browse files
committed
remove non-functioning owner alias in some subcommands
1 parent 7a12ee5 commit c4fd00f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

token/cli/src/clap_app.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1597,7 +1597,6 @@ pub fn app<'a>(
15971597
)
15981598
.arg(
15991599
Arg::with_name("wallet_keypair")
1600-
.alias("owner")
16011600
.value_name("KEYPAIR")
16021601
.validator(|s| is_valid_signer(s))
16031602
.takes_value(true)
@@ -1695,7 +1694,6 @@ pub fn app<'a>(
16951694
.arg(
16961695
Arg::with_name("close_authority")
16971696
.long("close-authority")
1698-
.alias("owner")
16991697
.value_name("KEYPAIR")
17001698
.validator(|s| is_valid_signer(s))
17011699
.takes_value(true)
@@ -2221,7 +2219,6 @@ pub fn app<'a>(
22212219
.arg(
22222220
Arg::with_name("withdraw_withheld_authority")
22232221
.long("withdraw-withheld-authority")
2224-
.alias("owner")
22252222
.value_name("KEYPAIR")
22262223
.validator(|s| is_valid_signer(s))
22272224
.takes_value(true)

0 commit comments

Comments
 (0)