Skip to content

Commit

Permalink
cmd/geth: migrate metric command/flags
Browse files Browse the repository at this point in the history
  • Loading branch information
bas-vk committed May 3, 2017
1 parent 18e9cb1 commit 11ab73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/geth/monitorcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: " ",
Expand Down

0 comments on commit 11ab73f

Please sign in to comment.