File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1502,8 +1502,8 @@ pub fn cli_app() -> Command {
1502
1502
)
1503
1503
. arg (
1504
1504
Arg :: new ( "disable-light-client-server" )
1505
- . long ( "light-client-server" )
1506
- . help ( "DEPRECATED " )
1505
+ . long ( "disable- light-client-server" )
1506
+ . help ( "Disables light client support on the p2p network " )
1507
1507
. action ( ArgAction :: SetTrue )
1508
1508
1509
1509
. help_heading ( FLAG_HEADER )
Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ Flags:
458
458
boot.
459
459
--disable-inbound-rate-limiter
460
460
Disables the inbound rate limiter (requests received by this node).
461
+ --disable-light-client-server
462
+ Disables light client support on the p2p network
461
463
--disable-log-timestamp
462
464
If present, do not include timestamps in logging output.
463
465
--disable-malloc-tuning
@@ -511,8 +513,7 @@ Flags:
511
513
already-subscribed subnets, use with --subscribe-all-subnets to ensure
512
514
all attestations are received for import.
513
515
--light-client-server
514
- Act as a full node supporting light clients on the p2p network
515
- [experimental]
516
+ DEPRECATED
516
517
--log-color
517
518
Force outputting colors when emitting logs to the terminal.
518
519
--logfile-compress
You can’t perform that action at this time.
0 commit comments