cmd/utils: update flag description

This commit is contained in:
Gary Rong 2026-03-09 21:18:45 +08:00
parent b08aac1dbc
commit 5d2d143f8c

View file

@ -490,7 +490,7 @@ var (
// Performance tuning settings
CacheFlag = &cli.IntFlag{
Name: "cache",
Usage: "Megabytes of memory allocated to internal caching (default = 4096 mainnet full node, 128 light mode)",
Usage: "Megabytes of memory allocated to internal caching",
Value: 4096,
Category: flags.PerfCategory,
}