mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
This commit adds default values to CLI helper and docs. When the default value of a string flag, slice string flag, or map string flag is empty, its helper message won't show any default value.
9 lines
No EOL
270 B
Markdown
9 lines
No EOL
270 B
Markdown
# RemoveDB
|
|
|
|
The ```bor removedb``` command will remove the blockchain and state databases at the given datadir location
|
|
|
|
## Options
|
|
|
|
- ```address```: Address of the grpc endpoint (default: 127.0.0.1:3131)
|
|
|
|
- ```datadir```: Path of the data directory to store information |