Skip to content

Commit

Permalink
Commit changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chong-he committed Mar 12, 2024
1 parent 6fea81b commit d00859a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 7 deletions.
3 changes: 2 additions & 1 deletion book/src/help_bn.md
Original file line number Diff line number Diff line change
Expand Up @@ -509,4 +509,5 @@ OPTIONS:
Specify a weak subjectivity checkpoint in `block_root:epoch` format to verify the node's sync against. The
block root should be 0x-prefixed. Note that this flag is for verification only, to perform a checkpoint sync
from a recent state use --checkpoint-sync-url.
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_general.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ SUBCOMMANDS:
blocks and attestations). [aliases: v, vc, validator]
validator_manager Utilities for managing a Lighthouse validator client via the HTTP API. [aliases: vm,
validator-manager, validator_manager]
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_vc.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,4 +222,5 @@ OPTIONS:
--web3-signer-max-idle-connections <COUNT>
Maximum number of idle connections to maintain per web3signer host. Default is unlimited.
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ SUBCOMMANDS:
move Uploads validators to a validator client using the HTTP API. The validators are defined in a JSON file
which can be generated using the "create-validators" command. This command only supports validators
signing via a keystore on the local file system (i.e., not Web3Signer validators).
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_vm_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,5 @@ OPTIONS:
-t, --testnet-dir <DIR>
Path to directory containing eth2_testnet specs. Defaults to a hard-coded Lighthouse testnet. Only effective
if there is no existing database.
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_vm_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ OPTIONS:
--vc-url <HTTP_ADDRESS>
A HTTP(S) address of a validator client using the keymanager-API. If this value is not supplied then a 'dry
run' will be conducted where no changes are made to the validator client. [default: http://localhost:5062]
```
```
<style> .content main {max-width:88%;} </style>
3 changes: 2 additions & 1 deletion book/src/help_vm_move.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ OPTIONS:
if there is no existing database.
--validators <STRING>
The validators to be moved. Either a list of 0x-prefixed validator pubkeys or the keyword "all".
```
```
<style> .content main {max-width:88%;} </style>

0 comments on commit d00859a

Please sign in to comment.