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 23ab7ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/geth/dbcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ 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.",
Usage: "Remove blockchain and state databases"

Check failure on line 58 in cmd/geth/dbcmd.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected newline in composite literal; possibly missing comma or }
ArgsUsage: "",
Flags: flags.Merge(utils.DatabaseFlags,
[]cli.Flag{removeStateDataFlag, removeChainDataFlag}),

Check failure on line 61 in cmd/geth/dbcmd.go

View workflow job for this annotation

GitHub Actions / build

syntax error: unexpected ] in grouped declaration; possibly missing semicolon or newline or )
Expand Down

0 comments on commit 23ab7ec

Please sign in to comment.