diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 8cef335395..2c1efaff45 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -207,6 +207,7 @@ func init() { initCommand, importCommand, exportCommand, + importPreimagesCommand, removedbCommand, dumpCommand, dumpGenesisCommand,