cmd/geth: migrate bug command/flags

This commit is contained in:
Bas van Kervel 2017-05-03 13:16:20 +02:00
parent 11ab73f6d8
commit 38b4fc8069
No known key found for this signature in database
GPG Key ID: BFB23B252EF5812B
1 changed files with 2 additions and 1 deletions

View File

@ -29,11 +29,12 @@ import (
"github.com/ethereum/go-ethereum/cmd/internal/browser"
"github.com/ethereum/go-ethereum/params"
"github.com/ethereum/go-ethereum/cmd/utils"
cli "gopkg.in/urfave/cli.v1"
)
var bugCommand = cli.Command{
Action: reportBug,
Action: utils.MigrateFlags(reportBug),
Name: "bug",
Usage: "opens a window to report a bug on the geth repo",
ArgsUsage: " ",