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

Commit bb18b53

Browse files
committed
remove non-functioning owner alias in some subcommands
1 parent 6aecfbd commit bb18b53

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
@@ -1640,7 +1640,6 @@ pub fn app<'a>(
16401640
)
16411641
.arg(
16421642
Arg::with_name("wallet_keypair")
1643-
.alias("owner")
16441643
.value_name("KEYPAIR")
16451644
.validator(|s| is_valid_signer(s))
16461645
.takes_value(true)
@@ -1738,7 +1737,6 @@ pub fn app<'a>(
17381737
.arg(
17391738
Arg::with_name("close_authority")
17401739
.long("close-authority")
1741-
.alias("owner")
17421740
.value_name("KEYPAIR")
17431741
.validator(|s| is_valid_signer(s))
17441742
.takes_value(true)
@@ -2264,7 +2262,6 @@ pub fn app<'a>(
22642262
.arg(
22652263
Arg::with_name("withdraw_withheld_authority")
22662264
.long("withdraw-withheld-authority")
2267-
.alias("owner")
22682265
.value_name("KEYPAIR")
22692266
.validator(|s| is_valid_signer(s))
22702267
.takes_value(true)

0 commit comments

Comments
 (0)