cmd/utils: update flag description of gcmode (#32145)

This commit is contained in:
rjl493456442 2025-07-04 18:17:44 +08:00 committed by GitHub
parent f786b2a767
commit dd7d144745
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,
}