Skip to content

Commit 6272512

Browse files
authored
Merge branch 'main' into 1901-plugin-verification
2 parents 06b18dd + 137df74 commit 6272512

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

docs/public-networks/reference/cli/options.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Automatic log bloom caching has a small impact on performance. If you are not qu
234234
<TabItem value="Syntax" label="Syntax" default>
235235

236236
```bash
237-
--banned-node-ids=<bannedNodeId>[,<bannedNodeId>...]...
237+
--banned-node-ids=<bannedNodeId>[,<bannedNodeId>...]
238238
```
239239

240240
</TabItem>
@@ -465,7 +465,7 @@ The default is `30000`.
465465
<TabItem value="Syntax" label="Syntax" default>
466466

467467
```bash
468-
--bootnodes[=<source>[,<source>...]...]
468+
--bootnodes[=<source>[,<source>...]]
469469
```
470470
471471
</TabItem>
@@ -793,7 +793,7 @@ You can override the default DNS server if it's unreliable or doesn't serve TCP
793793
<TabItem value="Syntax" label="Syntax" default>
794794

795795
```bash
796-
--engine-host-allowlist=<hostname>[,<hostname>...]... or "*"
796+
--engine-host-allowlist=<hostname>[,<hostname>...] or "*"
797797
```
798798

799799
</TabItem>
@@ -1895,7 +1895,7 @@ The default is `false`.
18951895
<TabItem value="Syntax" label="Syntax" default>
18961896
18971897
```bash
1898-
--host-allowlist=<hostname>[,<hostname>...]... or "*"
1898+
--host-allowlist=<hostname>[,<hostname>...] or "*"
18991899
```
19001900
19011901
</TabItem>
@@ -2199,7 +2199,7 @@ The maximum number of P2P connections you can establish. The default is 25.
21992199
<TabItem value="Syntax" label="Syntax" default>
22002200

22012201
```bash
2202-
--metrics-category=<metrics-category>[,metrics-category...]...
2202+
--metrics-category=<metrics-category>[,<metrics-category>...]
22032203
```
22042204

22052205
</TabItem>
@@ -2859,7 +2859,7 @@ You must specify `DOCKER` when using the [Besu Docker image](../../get-started/i
28592859
<TabItem value="Syntax" label="Syntax" default>
28602860
28612861
```bash
2862-
--net-restrict=<subnet>[,<subnet>,...]
2862+
--net-restrict=<subnet>[,<subnet>...]
28632863
```
28642864
28652865
</TabItem>
@@ -3353,7 +3353,7 @@ The default is `NONE`.
33533353
<TabItem value="Syntax">
33543354
33553355
```bash
3356-
--plugins=<PLUGIN>[,<PLUGIN>,...]
3356+
--plugins=<PLUGIN>[,<PLUGIN>...]
33573357
```
33583358
33593359
</TabItem>
@@ -3675,7 +3675,7 @@ Minimum depth of chain reorganizations to log. The default is 6.
36753675
<TabItem value="Syntax" label="Syntax" default>
36763676
36773677
```bash
3678-
--required-block, --required-blocks[=BLOCK=HASH[,BLOCK=HASH...]...]
3678+
--required-block, --required-blocks=<BLOCK=HASH>[,<BLOCK=HASH>...]
36793679
```
36803680
36813681
</TabItem>
@@ -3808,7 +3808,7 @@ This cap prevents [`eth_call`](../api/index.md#eth_call) requests from using exc
38083808
<TabItem value="Syntax" label="Syntax" default>
38093809
38103810
```bash
3811-
--rpc-http-api=<api name>[,<api name>,...]
3811+
--rpc-http-api=<api name>[,<api name>...]
38123812
```
38133813
38143814
</TabItem>
@@ -3854,7 +3854,7 @@ The singular `--rpc-http-api` and plural `--rpc-http-apis` are available and are
38543854
<TabItem value="Syntax" label="Syntax" default>
38553855
38563856
```bash
3857-
--rpc-http-api-methods-no-auth=<api method>[,<api method>,...]
3857+
--rpc-http-api-methods-no-auth=<api method>[,<api method>...]
38583858
```
38593859
38603860
</TabItem>
@@ -4063,7 +4063,7 @@ The [JWT provider's public key file] used for JSON-RPC HTTP authentication with
40634063
<TabItem value="Syntax" label="Syntax" default>
40644064

40654065
```bash
4066-
--rpc-http-cors-origins=<url>[,<url>...]... or all or "*"
4066+
--rpc-http-cors-origins=<url>[,<url>...] or all or "*"
40674067
```
40684068

40694069
</TabItem>
@@ -4471,7 +4471,7 @@ You must specify [`--rpc-http-tls-ca-clients-enabled`](#rpc-http-tls-ca-clients-
44714471
<TabItem value="Syntax" label="Syntax" default>
44724472

44734473
```bash
4474-
--rpc-http-tls-cipher-suite=<cipherSuiteName>[, <cipherSuiteName>...]
4474+
--rpc-http-tls-cipher-suite=<cipherSuiteName>[,<cipherSuiteName>...]
44754475
```
44764476

44774477
</TabItem>
@@ -4697,7 +4697,7 @@ You must enable client authentication using the [`--rpc-http-tls-client-auth-ena
46974697
<TabItem value="Syntax" label="Syntax" default>
46984698
46994699
```bash
4700-
--rpc-http-tls-protocol=<protocolName>[, <protocolName>...]
4700+
--rpc-http-tls-protocol=<protocolName>[,<protocolName>...]
47014701
```
47024702
47034703
</TabItem>
@@ -4958,7 +4958,7 @@ If set to 0, then this option is ignored and no cap is applied.
49584958
<TabItem value="Syntax" label="Syntax" default>
49594959
49604960
```bash
4961-
--rpc-ws-api=<api name>[,<api name>...]...
4961+
--rpc-ws-api=<api name>[,<api name>...]
49624962
```
49634963
49644964
</TabItem>
@@ -5004,7 +5004,7 @@ The singular `--rpc-ws-api` and plural `--rpc-ws-apis` options are available and
50045004
<TabItem value="Syntax" label="Syntax" default>
50055005
50065006
```bash
5007-
--rpc-ws-api-methods-no-auth=<api method>[,<api method>,...]
5007+
--rpc-ws-api-methods-no-auth=<api method>[,<api method>...]
50085008
```
50095009
50105010
</TabItem>
@@ -6759,7 +6759,7 @@ in a block in your network.
67596759
<TabItem value="Syntax" label="Syntax" default>
67606760
67616761
```bash
6762-
--tx-pool-max-prioritized-by-type=["<TYPE=INTEGER>",...]
6762+
--tx-pool-max-prioritized-by-type=<TYPE=INTEGER>[,<TYPE=INTEGER>...]
67636763
```
67646764
67656765
</TabItem>
@@ -7024,7 +7024,7 @@ For networks with [zero base fee, or free gas](../../concepts/transactions/pool.
70247024
<TabItem value="Syntax" label="Syntax" default>
70257025
70267026
```bash
7027-
--tx-pool-priority-senders=<address>[,<address>,...]
7027+
--tx-pool-priority-senders=<address>[,<address>...]
70287028
```
70297029
70307030
</TabItem>

0 commit comments

Comments
 (0)