@@ -2358,7 +2358,6 @@ pub fn app<'a>(
2358
2358
. about ( "Configure confidential transfers for token account" )
2359
2359
. arg (
2360
2360
Arg :: with_name ( "token" )
2361
- . long ( "token" )
2362
2361
. validator ( |s| is_valid_pubkey ( s) )
2363
2362
. value_name ( "TOKEN_MINT_ADDRESS" )
2364
2363
. takes_value ( true )
@@ -2400,7 +2399,6 @@ pub fn app<'a>(
2400
2399
for the first time, use `configure-confidential-transfer-account` instead.")
2401
2400
. arg (
2402
2401
Arg :: with_name ( "token" )
2403
- . long ( "token" )
2404
2402
. validator ( |s| is_valid_pubkey ( s) )
2405
2403
. value_name ( "TOKEN_MINT_ADDRESS" )
2406
2404
. takes_value ( true )
@@ -2429,7 +2427,6 @@ pub fn app<'a>(
2429
2427
. about ( "Disable confidential transfers for token account" )
2430
2428
. arg (
2431
2429
Arg :: with_name ( "token" )
2432
- . long ( "token" )
2433
2430
. validator ( |s| is_valid_pubkey ( s) )
2434
2431
. value_name ( "TOKEN_MINT_ADDRESS" )
2435
2432
. takes_value ( true )
@@ -2458,7 +2455,6 @@ pub fn app<'a>(
2458
2455
. about ( "Enable non-confidential transfers for token account." )
2459
2456
. arg (
2460
2457
Arg :: with_name ( "token" )
2461
- . long ( "token" )
2462
2458
. validator ( |s| is_valid_pubkey ( s) )
2463
2459
. value_name ( "TOKEN_MINT_ADDRESS" )
2464
2460
. takes_value ( true )
@@ -2487,7 +2483,6 @@ pub fn app<'a>(
2487
2483
. about ( "Disable non-confidential transfers for token account" )
2488
2484
. arg (
2489
2485
Arg :: with_name ( "token" )
2490
- . long ( "token" )
2491
2486
. validator ( |s| is_valid_pubkey ( s) )
2492
2487
. value_name ( "TOKEN_MINT_ADDRESS" )
2493
2488
. takes_value ( true )
@@ -2516,7 +2511,6 @@ pub fn app<'a>(
2516
2511
. about ( "Deposit amounts for confidential transfers" )
2517
2512
. arg (
2518
2513
Arg :: with_name ( "token" )
2519
- . long ( "token" )
2520
2514
. validator ( |s| is_valid_pubkey ( s) )
2521
2515
. value_name ( "TOKEN_MINT_ADDRESS" )
2522
2516
. takes_value ( true )
@@ -2554,7 +2548,6 @@ pub fn app<'a>(
2554
2548
. about ( "Withdraw amounts for confidential transfers" )
2555
2549
. arg (
2556
2550
Arg :: with_name ( "token" )
2557
- . long ( "token" )
2558
2551
. validator ( |s| is_valid_pubkey ( s) )
2559
2552
. value_name ( "TOKEN_MINT_ADDRESS" )
2560
2553
. takes_value ( true )
@@ -2592,7 +2585,6 @@ pub fn app<'a>(
2592
2585
. about ( "Collect confidential tokens from pending to available balance" )
2593
2586
. arg (
2594
2587
Arg :: with_name ( "token" )
2595
- . long ( "token" )
2596
2588
. validator ( |s| is_valid_pubkey ( s) )
2597
2589
. value_name ( "TOKEN_MINT_ADDRESS" )
2598
2590
. takes_value ( true )
0 commit comments