From 5d2d143f8ce2f6c7225d178c6a3525370af84571 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Mon, 9 Mar 2026 21:18:45 +0800 Subject: [PATCH] cmd/utils: update flag description --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index b0d6ee5203..945e3f318d 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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, }