Skip to content

Commit d00859a

Browse files
committed
Commit changes
1 parent 6fea81b commit d00859a

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

book/src/help_bn.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,4 +509,5 @@ OPTIONS:
509509
Specify a weak subjectivity checkpoint in `block_root:epoch` format to verify the node's sync against. The
510510
block root should be 0x-prefixed. Note that this flag is for verification only, to perform a checkpoint sync
511511
from a recent state use --checkpoint-sync-url.
512-
```
512+
```
513+
<style> .content main {max-width:88%;} </style>

book/src/help_general.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ SUBCOMMANDS:
104104
blocks and attestations). [aliases: v, vc, validator]
105105
validator_manager Utilities for managing a Lighthouse validator client via the HTTP API. [aliases: vm,
106106
validator-manager, validator_manager]
107-
```
107+
```
108+
<style> .content main {max-width:88%;} </style>

book/src/help_vc.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,5 @@ OPTIONS:
222222
223223
--web3-signer-max-idle-connections <COUNT>
224224
Maximum number of idle connections to maintain per web3signer host. Default is unlimited.
225-
```
225+
```
226+
<style> .content main {max-width:88%;} </style>

book/src/help_vm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,5 @@ SUBCOMMANDS:
9494
move Uploads validators to a validator client using the HTTP API. The validators are defined in a JSON file
9595
which can be generated using the "create-validators" command. This command only supports validators
9696
signing via a keystore on the local file system (i.e., not Web3Signer validators).
97-
```
97+
```
98+
<style> .content main {max-width:88%;} </style>

book/src/help_vm_create.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,5 @@ OPTIONS:
134134
-t, --testnet-dir <DIR>
135135
Path to directory containing eth2_testnet specs. Defaults to a hard-coded Lighthouse testnet. Only effective
136136
if there is no existing database.
137-
```
137+
```
138+
<style> .content main {max-width:88%;} </style>

book/src/help_vm_import.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ OPTIONS:
9898
--vc-url <HTTP_ADDRESS>
9999
A HTTP(S) address of a validator client using the keymanager-API. If this value is not supplied then a 'dry
100100
run' will be conducted where no changes are made to the validator client. [default: http://localhost:5062]
101-
```
101+
```
102+
<style> .content main {max-width:88%;} </style>

book/src/help_vm_move.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,5 @@ OPTIONS:
115115
if there is no existing database.
116116
--validators <STRING>
117117
The validators to be moved. Either a list of 0x-prefixed validator pubkeys or the keyword "all".
118-
```
118+
```
119+
<style> .content main {max-width:88%;} </style>

0 commit comments

Comments
 (0)