Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed May 30, 2024
1 parent 5950106 commit c47fe72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beacon_node/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ pub fn cli_app() -> Command {
.long("builder-header-timeout")
.value_name("MILLISECONDS")
.help("Defines a timeout value (in milliseconds) to use when \
fetching a block header from the builder api.")
fetching a block header from the builder API.")
.default_value("1000")
.value_parser(|timeout: &str| {
match timeout
Expand Down
6 changes: 2 additions & 4 deletions book/src/help_bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Options:
engine for payload construction. [default: 8]
--builder-header-timeout <MILLISECONDS>
Defines a timeout value (in milliseconds) to use when fetching a block
header from the builder api. [default: 1000]
header from the builder API. [default: 1000]
--builder-profit-threshold <WEI_VALUE>
This flag is deprecated and has no effect.
--builder-user-agent <STRING>
Expand Down Expand Up @@ -605,6 +605,4 @@ Flags:
-z, --zero-ports
Sets all listening TCP/UDP ports to 0, allowing the OS to choose some
arbitrary free ports.
```

<style> .content main {max-width:88%;} </style>
```n<style> .content main {max-width:88%;} </style>

0 comments on commit c47fe72

Please sign in to comment.