cmd/geth: migrate metric command/flags

This commit is contained in:
Bas van Kervel 2017-05-03 12:46:32 +02:00
parent 18e9cb1187
commit 11ab73f6d8
No known key found for this signature in database
GPG Key ID: BFB23B252EF5812B
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var (
Usage: "Refresh interval in seconds", Usage: "Refresh interval in seconds",
} }
monitorCommand = cli.Command{ monitorCommand = cli.Command{
Action: monitor, Action: utils.MigrateFlags(monitor), // keep track of migration progress
Name: "monitor", Name: "monitor",
Usage: "Monitor and visualize node metrics", Usage: "Monitor and visualize node metrics",
ArgsUsage: " ", ArgsUsage: " ",