diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index 070b3a1de14e8d8be02e38c315a0729112c2a08f..0555acfc757953944341267bcf9242194bd05613 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -401,9 +401,9 @@ var (
 		Name:  "cache.noprefetch",
 		Usage: "Disable heuristic state prefetch during block import (less CPU and disk IO, more time waiting for data)",
 	}
-	CachePreimagesFlag = cli.BoolTFlag{
+	CachePreimagesFlag = cli.BoolFlag{
 		Name:  "cache.preimages",
-		Usage: "Enable recording the SHA3/keccak preimages of trie keys (default: true)",
+		Usage: "Enable recording the SHA3/keccak preimages of trie keys",
 	}
 	// Miner settings
 	MiningEnabledFlag = cli.BoolFlag{