Skip to content

Commit 81d6ec9

Browse files
committed
cmd/geth: migrate dumpconfig command/flags
1 parent 38b4fc8 commit 81d6ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/geth/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@ import (
3838

3939
var (
4040
dumpConfigCommand = cli.Command{
41-
Action: dumpConfig,
41+
Action: utils.MigrateFlags(dumpConfig),
4242
Name: "dumpconfig",
4343
Usage: "Show configuration values",
4444
ArgsUsage: "",
45+
Flags: append(nodeFlags, rpcFlags...),
4546
Category: "MISCELLANEOUS COMMANDS",
4647
Description: `The dumpconfig command shows configuration values.`,
4748
}

0 commit comments

Comments
 (0)