@@ -2330,7 +2330,6 @@ pub fn app<'a>(
2330
2330
. about ( "Configure confidential transfers for token account" )
2331
2331
. arg (
2332
2332
Arg :: with_name ( "token" )
2333
- . long ( "token" )
2334
2333
. validator ( |s| is_valid_pubkey ( s) )
2335
2334
. value_name ( "TOKEN_MINT_ADDRESS" )
2336
2335
. takes_value ( true )
@@ -2372,7 +2371,6 @@ pub fn app<'a>(
2372
2371
for the first time, use `configure-confidential-transfer-account` instead.")
2373
2372
. arg (
2374
2373
Arg :: with_name ( "token" )
2375
- . long ( "token" )
2376
2374
. validator ( |s| is_valid_pubkey ( s) )
2377
2375
. value_name ( "TOKEN_MINT_ADDRESS" )
2378
2376
. takes_value ( true )
@@ -2401,7 +2399,6 @@ pub fn app<'a>(
2401
2399
. about ( "Disable confidential transfers for token account" )
2402
2400
. arg (
2403
2401
Arg :: with_name ( "token" )
2404
- . long ( "token" )
2405
2402
. validator ( |s| is_valid_pubkey ( s) )
2406
2403
. value_name ( "TOKEN_MINT_ADDRESS" )
2407
2404
. takes_value ( true )
@@ -2430,7 +2427,6 @@ pub fn app<'a>(
2430
2427
. about ( "Enable non-confidential transfers for token account." )
2431
2428
. arg (
2432
2429
Arg :: with_name ( "token" )
2433
- . long ( "token" )
2434
2430
. validator ( |s| is_valid_pubkey ( s) )
2435
2431
. value_name ( "TOKEN_MINT_ADDRESS" )
2436
2432
. takes_value ( true )
@@ -2459,7 +2455,6 @@ pub fn app<'a>(
2459
2455
. about ( "Disable non-confidential transfers for token account" )
2460
2456
. arg (
2461
2457
Arg :: with_name ( "token" )
2462
- . long ( "token" )
2463
2458
. validator ( |s| is_valid_pubkey ( s) )
2464
2459
. value_name ( "TOKEN_MINT_ADDRESS" )
2465
2460
. takes_value ( true )
@@ -2488,7 +2483,6 @@ pub fn app<'a>(
2488
2483
. about ( "Deposit amounts for confidential transfers" )
2489
2484
. arg (
2490
2485
Arg :: with_name ( "token" )
2491
- . long ( "token" )
2492
2486
. validator ( |s| is_valid_pubkey ( s) )
2493
2487
. value_name ( "TOKEN_MINT_ADDRESS" )
2494
2488
. takes_value ( true )
@@ -2526,7 +2520,6 @@ pub fn app<'a>(
2526
2520
. about ( "Withdraw amounts for confidential transfers" )
2527
2521
. arg (
2528
2522
Arg :: with_name ( "token" )
2529
- . long ( "token" )
2530
2523
. validator ( |s| is_valid_pubkey ( s) )
2531
2524
. value_name ( "TOKEN_MINT_ADDRESS" )
2532
2525
. takes_value ( true )
@@ -2564,7 +2557,6 @@ pub fn app<'a>(
2564
2557
. about ( "Collect confidential tokens from pending to available balance" )
2565
2558
. arg (
2566
2559
Arg :: with_name ( "token" )
2567
- . long ( "token" )
2568
2560
. validator ( |s| is_valid_pubkey ( s) )
2569
2561
. value_name ( "TOKEN_MINT_ADDRESS" )
2570
2562
. takes_value ( true )
0 commit comments