Skip to content

Commit aa6763f

Browse files
committed
cmd/geth: undo wordo
1 parent bb5f202 commit aa6763f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

cmd/geth/dbcmd.go

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ var (
5353
}
5454

5555
removedbCommand = &cli.Command{
56-
Action: removeDB,
57-
Name: "removedb",
58-
Usage: "Remove blockchain and state databases. If arguments are provided, " +
59-
"they are interpreted as comma-separated answers to questions.",
56+
Action: removeDB,
57+
Name: "removedb",
58+
Usage: "Remove blockchain and state databases",
6059
ArgsUsage: "",
6160
Flags: flags.Merge(utils.DatabaseFlags,
6261
[]cli.Flag{removeStateDataFlag, removeChainDataFlag}),

0 commit comments

Comments
 (0)