Skip to content

Commit 11ab73f

Browse files
committed
cmd/geth: migrate metric command/flags
1 parent 18e9cb1 commit 11ab73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/geth/monitorcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var (
4949
Usage: "Refresh interval in seconds",
5050
}
5151
monitorCommand = cli.Command{
52-
Action: monitor,
52+
Action: utils.MigrateFlags(monitor), // keep track of migration progress
5353
Name: "monitor",
5454
Usage: "Monitor and visualize node metrics",
5555
ArgsUsage: " ",

0 commit comments

Comments
 (0)