forked from cerc-io/plugeth
cmd/geth: migrate metric command/flags
This commit is contained in:
parent
18e9cb1187
commit
11ab73f6d8
@ -49,7 +49,7 @@ var (
|
||||
Usage: "Refresh interval in seconds",
|
||||
}
|
||||
monitorCommand = cli.Command{
|
||||
Action: monitor,
|
||||
Action: utils.MigrateFlags(monitor), // keep track of migration progress
|
||||
Name: "monitor",
|
||||
Usage: "Monitor and visualize node metrics",
|
||||
ArgsUsage: " ",
|
||||
|
Loading…
Reference in New Issue
Block a user