mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 15:46:43 +00:00
* internal/cli: add support for removedb * update docs * internal/cli: use constant path, handle err
7 lines
198 B
Markdown
7 lines
198 B
Markdown
# RemoveDB
|
|
|
|
The ```bor removedb``` command will remove the blockchain and state databases at the given datadir location
|
|
|
|
## Options
|
|
|
|
- ```datadir```: Path of the data directory to store information
|