@@ -2361,7 +2361,6 @@ pub fn app<'a>(
2361
2361
. about ( "Configure confidential transfers for token account" )
2362
2362
. arg (
2363
2363
Arg :: with_name ( "token" )
2364
- . long ( "token" )
2365
2364
. validator ( |s| is_valid_pubkey ( s) )
2366
2365
. value_name ( "TOKEN_MINT_ADDRESS" )
2367
2366
. takes_value ( true )
@@ -2403,7 +2402,6 @@ pub fn app<'a>(
2403
2402
for the first time, use `configure-confidential-transfer-account` instead.")
2404
2403
. arg (
2405
2404
Arg :: with_name ( "token" )
2406
- . long ( "token" )
2407
2405
. validator ( |s| is_valid_pubkey ( s) )
2408
2406
. value_name ( "TOKEN_MINT_ADDRESS" )
2409
2407
. takes_value ( true )
@@ -2432,7 +2430,6 @@ pub fn app<'a>(
2432
2430
. about ( "Disable confidential transfers for token account" )
2433
2431
. arg (
2434
2432
Arg :: with_name ( "token" )
2435
- . long ( "token" )
2436
2433
. validator ( |s| is_valid_pubkey ( s) )
2437
2434
. value_name ( "TOKEN_MINT_ADDRESS" )
2438
2435
. takes_value ( true )
@@ -2461,7 +2458,6 @@ pub fn app<'a>(
2461
2458
. about ( "Enable non-confidential transfers for token account." )
2462
2459
. arg (
2463
2460
Arg :: with_name ( "token" )
2464
- . long ( "token" )
2465
2461
. validator ( |s| is_valid_pubkey ( s) )
2466
2462
. value_name ( "TOKEN_MINT_ADDRESS" )
2467
2463
. takes_value ( true )
@@ -2490,7 +2486,6 @@ pub fn app<'a>(
2490
2486
. about ( "Disable non-confidential transfers for token account" )
2491
2487
. arg (
2492
2488
Arg :: with_name ( "token" )
2493
- . long ( "token" )
2494
2489
. validator ( |s| is_valid_pubkey ( s) )
2495
2490
. value_name ( "TOKEN_MINT_ADDRESS" )
2496
2491
. takes_value ( true )
@@ -2519,7 +2514,6 @@ pub fn app<'a>(
2519
2514
. about ( "Deposit amounts for confidential transfers" )
2520
2515
. arg (
2521
2516
Arg :: with_name ( "token" )
2522
- . long ( "token" )
2523
2517
. validator ( |s| is_valid_pubkey ( s) )
2524
2518
. value_name ( "TOKEN_MINT_ADDRESS" )
2525
2519
. takes_value ( true )
@@ -2557,7 +2551,6 @@ pub fn app<'a>(
2557
2551
. about ( "Withdraw amounts for confidential transfers" )
2558
2552
. arg (
2559
2553
Arg :: with_name ( "token" )
2560
- . long ( "token" )
2561
2554
. validator ( |s| is_valid_pubkey ( s) )
2562
2555
. value_name ( "TOKEN_MINT_ADDRESS" )
2563
2556
. takes_value ( true )
@@ -2595,7 +2588,6 @@ pub fn app<'a>(
2595
2588
. about ( "Collect confidential tokens from pending to available balance" )
2596
2589
. arg (
2597
2590
Arg :: with_name ( "token" )
2598
- . long ( "token" )
2599
2591
. validator ( |s| is_valid_pubkey ( s) )
2600
2592
. value_name ( "TOKEN_MINT_ADDRESS" )
2601
2593
. takes_value ( true )
0 commit comments