Skip to content

Commit 88f8549

Browse files
authored
cmd/geth: correct misleading flag description in removedb command (ethereum#33984)
The `--remove.chain` flag incorrectly described itself as selecting "state data" for removal, which could mislead operators into removing the wrong data category. This corrects the description to accurately reflect that the flag targets chain data (block bodies and receipts).
1 parent 32f05d6 commit 88f8549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/dbcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var (
5353
}
5454
removeChainDataFlag = &cli.BoolFlag{
5555
Name: "remove.chain",
56-
Usage: "If set, selects the state data for removal",
56+
Usage: "If set, selects the chain data for removal",
5757
}
5858
inspectTrieTopFlag = &cli.IntFlag{
5959
Name: "top",

0 commit comments

Comments
 (0)