mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/geth: undo wordo
This commit is contained in:
parent
bb5f202bb2
commit
aa6763f89d
1 changed files with 3 additions and 4 deletions
|
|
@ -53,10 +53,9 @@ var (
|
|||
}
|
||||
|
||||
removedbCommand = &cli.Command{
|
||||
Action: removeDB,
|
||||
Name: "removedb",
|
||||
Usage: "Remove blockchain and state databases. If arguments are provided, " +
|
||||
"they are interpreted as comma-separated answers to questions.",
|
||||
Action: removeDB,
|
||||
Name: "removedb",
|
||||
Usage: "Remove blockchain and state databases",
|
||||
ArgsUsage: "",
|
||||
Flags: flags.Merge(utils.DatabaseFlags,
|
||||
[]cli.Flag{removeStateDataFlag, removeChainDataFlag}),
|
||||
|
|
|
|||
Loading…
Reference in a new issue