Files
reth/book/fundamentals/command-line_options.md
LambdaClass 19f4132eb4 chore: fix typo in book (#719)
* Rename matrics -> metrics

* Rephrase some cmd-line option descriptions
2023-01-04 20:30:34 +02:00

14 lines
448 B
Markdown

# Command-Line Options
## Command
- **node:** Start Reth node
- **test-chain:** Run Ethereum blockchain tests
- **db:** Debugging utilities to troubleshoot and fix issues with database systems.
## Options
- **-v, --verbose:** Use verbose output
- **--silent:** Silence all output
- **--disable-discovery:** Do not spawn the discv4 service when running node.
- **-h, --help:** Print help information
- **-V, --version:** Print version information