Browse Source

cmd/geth: reinstate dropped --cache flag

Péter Szilágyi 9 years ago
parent
commit
4cd2617848
1 changed files with 1 additions and 0 deletions
  1. 1 0
      cmd/geth/main.go

+ 1 - 0
cmd/geth/main.go

@@ -122,6 +122,7 @@ participating.
 		utils.LightServFlag,
 		utils.LightPeersFlag,
 		utils.LightKDFFlag,
+		utils.CacheFlag,
 		utils.TrieCacheGenFlag,
 		utils.JSpathFlag,
 		utils.ListenPortFlag,