@@ -2408,7 +2408,6 @@ pub fn app<'a>(
2408
2408
. about ( "Configure confidential transfers for token account" )
2409
2409
. arg (
2410
2410
Arg :: with_name ( "token" )
2411
- . long ( "token" )
2412
2411
. validator ( |s| is_valid_pubkey ( s) )
2413
2412
. value_name ( "TOKEN_MINT_ADDRESS" )
2414
2413
. takes_value ( true )
@@ -2450,7 +2449,6 @@ pub fn app<'a>(
2450
2449
for the first time, use `configure-confidential-transfer-account` instead.")
2451
2450
. arg (
2452
2451
Arg :: with_name ( "token" )
2453
- . long ( "token" )
2454
2452
. validator ( |s| is_valid_pubkey ( s) )
2455
2453
. value_name ( "TOKEN_MINT_ADDRESS" )
2456
2454
. takes_value ( true )
@@ -2479,7 +2477,6 @@ pub fn app<'a>(
2479
2477
. about ( "Disable confidential transfers for token account" )
2480
2478
. arg (
2481
2479
Arg :: with_name ( "token" )
2482
- . long ( "token" )
2483
2480
. validator ( |s| is_valid_pubkey ( s) )
2484
2481
. value_name ( "TOKEN_MINT_ADDRESS" )
2485
2482
. takes_value ( true )
@@ -2508,7 +2505,6 @@ pub fn app<'a>(
2508
2505
. about ( "Enable non-confidential transfers for token account." )
2509
2506
. arg (
2510
2507
Arg :: with_name ( "token" )
2511
- . long ( "token" )
2512
2508
. validator ( |s| is_valid_pubkey ( s) )
2513
2509
. value_name ( "TOKEN_MINT_ADDRESS" )
2514
2510
. takes_value ( true )
@@ -2537,7 +2533,6 @@ pub fn app<'a>(
2537
2533
. about ( "Disable non-confidential transfers for token account" )
2538
2534
. arg (
2539
2535
Arg :: with_name ( "token" )
2540
- . long ( "token" )
2541
2536
. validator ( |s| is_valid_pubkey ( s) )
2542
2537
. value_name ( "TOKEN_MINT_ADDRESS" )
2543
2538
. takes_value ( true )
@@ -2566,7 +2561,6 @@ pub fn app<'a>(
2566
2561
. about ( "Deposit amounts for confidential transfers" )
2567
2562
. arg (
2568
2563
Arg :: with_name ( "token" )
2569
- . long ( "token" )
2570
2564
. validator ( |s| is_valid_pubkey ( s) )
2571
2565
. value_name ( "TOKEN_MINT_ADDRESS" )
2572
2566
. takes_value ( true )
@@ -2604,7 +2598,6 @@ pub fn app<'a>(
2604
2598
. about ( "Withdraw amounts for confidential transfers" )
2605
2599
. arg (
2606
2600
Arg :: with_name ( "token" )
2607
- . long ( "token" )
2608
2601
. validator ( |s| is_valid_pubkey ( s) )
2609
2602
. value_name ( "TOKEN_MINT_ADDRESS" )
2610
2603
. takes_value ( true )
@@ -2642,7 +2635,6 @@ pub fn app<'a>(
2642
2635
. about ( "Collect confidential tokens from pending to available balance" )
2643
2636
. arg (
2644
2637
Arg :: with_name ( "token" )
2645
- . long ( "token" )
2646
2638
. validator ( |s| is_valid_pubkey ( s) )
2647
2639
. value_name ( "TOKEN_MINT_ADDRESS" )
2648
2640
. takes_value ( true )
0 commit comments