Skip to content

Commit 325e71c

Browse files
committed
add cli changes
1 parent 74d93f6 commit 325e71c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

beacon_node/src/cli.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1502,8 +1502,8 @@ pub fn cli_app() -> Command {
15021502
)
15031503
.arg(
15041504
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")
15071507
.action(ArgAction::SetTrue)
15081508

15091509
.help_heading(FLAG_HEADER)

book/src/help_bn.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,8 @@ Flags:
458458
boot.
459459
--disable-inbound-rate-limiter
460460
Disables the inbound rate limiter (requests received by this node).
461+
--disable-light-client-server
462+
Disables light client support on the p2p network
461463
--disable-log-timestamp
462464
If present, do not include timestamps in logging output.
463465
--disable-malloc-tuning
@@ -511,8 +513,7 @@ Flags:
511513
already-subscribed subnets, use with --subscribe-all-subnets to ensure
512514
all attestations are received for import.
513515
--light-client-server
514-
Act as a full node supporting light clients on the p2p network
515-
[experimental]
516+
DEPRECATED
516517
--log-color
517518
Force outputting colors when emitting logs to the terminal.
518519
--logfile-compress

0 commit comments

Comments
 (0)