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

Commit ff00bfd

Browse files
committed
remove non-functioning owner alias in some subcommands
1 parent 0daf1a9 commit ff00bfd

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
@@ -1569,7 +1569,6 @@ pub fn app<'a>(
15691569
)
15701570
.arg(
15711571
Arg::with_name("wallet_keypair")
1572-
.alias("owner")
15731572
.value_name("KEYPAIR")
15741573
.validator(|s| is_valid_signer(s))
15751574
.takes_value(true)
@@ -1667,7 +1666,6 @@ pub fn app<'a>(
16671666
.arg(
16681667
Arg::with_name("close_authority")
16691668
.long("close-authority")
1670-
.alias("owner")
16711669
.value_name("KEYPAIR")
16721670
.validator(|s| is_valid_signer(s))
16731671
.takes_value(true)
@@ -2193,7 +2191,6 @@ pub fn app<'a>(
21932191
.arg(
21942192
Arg::with_name("withdraw_withheld_authority")
21952193
.long("withdraw-withheld-authority")
2196-
.alias("owner")
21972194
.value_name("KEYPAIR")
21982195
.validator(|s| is_valid_signer(s))
21992196
.takes_value(true)

0 commit comments

Comments
 (0)