mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 07:37:20 +00:00
cmd/utils: update flag description of gcmode (#32145)
This commit is contained in:
parent
f786b2a767
commit
dd7d144745
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ var (
|
|||
}
|
||||
GCModeFlag = &cli.StringFlag{
|
||||
Name: "gcmode",
|
||||
Usage: `Blockchain garbage collection mode, only relevant in state.scheme=hash ("full", "archive")`,
|
||||
Usage: `Blockchain garbage collection mode ("full", "archive")`,
|
||||
Value: "full",
|
||||
Category: flags.StateCategory,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue