Skip to content

Commit

Permalink
cmd/geth: undo wordo
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Dec 22, 2023
1 parent bb5f202 commit aa6763f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions cmd/geth/dbcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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}),
Expand Down

0 comments on commit aa6763f

Please sign in to comment.