mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
doc: --dev.block_time not available (#5764)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -29,7 +29,7 @@ pub struct DevArgs {
|
||||
/// Interval between blocks.
|
||||
///
|
||||
/// Parses strings using [humantime::parse_duration]
|
||||
/// --dev.block_time 12s
|
||||
/// --dev.block-time 12s
|
||||
#[arg(
|
||||
long = "dev.block-time",
|
||||
help_heading = "Dev testnet",
|
||||
|
||||
2
book/cli/reth/node.md
vendored
2
book/cli/reth/node.md
vendored
@ -415,7 +415,7 @@ Dev testnet:
|
||||
Interval between blocks.
|
||||
|
||||
Parses strings using [humantime::parse_duration]
|
||||
--dev.block_time 12s
|
||||
--dev.block-time 12s
|
||||
|
||||
Pruning:
|
||||
--full
|
||||
|
||||
Reference in New Issue
Block a user